Hi @Marvin
I runs Prefect worker in kubernetes environment but are facing some issue with having job fetched by the worker & start a job.
In the work pool -> worker page, I can clearly see that the worker I started in our own kubernetes environment has successfully connected to the Prefect UI.
However, if I start a job from prefect ui for this work pool, unless the job is started in the "default" queue, the job will not run, only shows that it's "late".
Also, even for cases where the job is in the "default" queue, apparently, these job will run till the end, but I can't see anything in the worker's log saying that the worker had pickuped the job and track them till finished.
The worker was started with the work queues array including all 3 queue type we specified.
Any suggestion on how I should fix this issue?