Ankit Poudel
09/06/2024, 11:58 AMMarvin
09/06/2024, 11:59 AMAnkit Poudel
09/06/2024, 11:59 AMMarvin
09/06/2024, 11:59 AMconcurrency_limit
which might affect performance if flows are hitting concurrency limits.
4. Running Background Tasks: Long-running tasks should not be run directly in an application. Properly architecting your background tasks can prevent unnecessary delays.
Read about it
For any quick questions, the Prefect community on GitHub might also have discussed similar issues:
- Work Pools Dynamic Infrastructure: GitHub PR
- Sync tasks and cleanup: GitHub PR
It seems like dynamically allocating infrastructure or optimizing task runners would be potential solutions for your sluggish flow execution. Oh, the joys of optimization.