Hello everyone! I was thinking about a situation where we might use Prefect and the following unusual? unique? challenge came to mind.
Our tasks/flows can include custom code written by customers. It's messy, but a very powerful model which allows them to write specialized tasks.
What we would want is for each worker container to have work from only one customer. The scheduler could spin up multiple container per customer, but never multiple customers' work in a single container. Is there any way to implement that in Prefect without falling back to a single container per flow?