https://prefect.io logo
m

Mitch

07/17/2023, 4:27 PM
Hey team - I am starting a new worker with the following command in my task definition. The work pool type is of Ecs which has been confirmed
Copy code
"command": [
                "prefect",
                "worker",
                "start",
                "--pool",
                "test-worker",
                "--type",
                "ecs"
            ]
Error:
Copy code
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?
e

Emil Christensen

07/17/2023, 4:31 PM
@Mitch Do you have any other pools named
test-worker
? Can you confirm that you’re using the same workspace?
m

Mitch

07/17/2023, 4:44 PM
Let me double check
Ah yeah appears to be in the wrong workspace. Thanks Emil
🙌 1
3 Views