Jezreel Zamora
05/10/2024, 6:21 AMEssential container in task exited
. It also looks like that there is no command being passed in the prefect container( See the screenshot) is this expected?Jezreel Zamora
05/14/2024, 6:46 AMprefect
Paula Lasalas
06/26/2024, 2:59 PMJezreel Zamora
06/27/2024, 12:57 AMprefect
? In my case, the Prefect Worker failed to passed the necessary command to the main container(prefect
), setting the Container Name in the work pool fixed it for me.
Check your ECS task run -> prefect
container, and Command
should have a value of `["prefect","flow-run","execute"]`if it works correctly,Paula Lasalas
06/28/2024, 9:11 PM