Mitch
07/17/2023, 4:27 PM"command": [
"prefect",
"worker",
"start",
"--pool",
"test-worker",
"--type",
"ecs"
]
Error:
Worker type mismatch! This worker process expects type 'ecs' but received 'process' from the server. Unexpected behavior may occur.
Is there anywhere else which may need to be modified to use type of ECS?Emil Christensen
07/17/2023, 4:31 PMtest-worker
? Can you confirm that you’re using the same workspace?Mitch
07/17/2023, 4:44 PM