I'm trying to setup a flow usings ECS serverless push workers. Is there any way to have multiple docker images be used in the flow on a per-task basis? I have different docker images for each step because of conflicting dependencies/requirements. I tried asking Marvin, but I think it is hallucinating answers.
Edit: I just found this:
https://discourse.prefect.io/t/is-it-possible-to-direct-specific-tasks-or-flows-to-a-specific-work-pool-or-queue/3077 That is not really viable for me. I really don't want to. have 10 different flows and only be able to run via deploy. Any other suggestions?