Bumping my previous question, I was wondering if t...
# ask-community
s
Bumping my previous question, I was wondering if this would be a good example for flow concurrency (simulating a streaming ETL pipeline)?
c
Hi @Sebastian - apologies for missing your question earlier; for managing / orchestrating multiple flows we generally recommend checking out our free Prefect Scheduler service which uses an agent-based model for running flows concurrently. That being said, using a thread pool or a process pool should definitely work!