Riya Sinha
02/10/2025, 10:25 PMMarvin
02/10/2025, 10:25 PMRunning
or Pending
state at any time.
- Worker Concurrency Limit: This limits the number of subprocesses a single worker can handle at once.
3. Best Practices:
- If you have a single worker and want to control the number of concurrent runs it handles, setting a concurrency limit on the worker might be sufficient.
- If you have multiple workers polling the same pool, setting a concurrency limit on the work pool can help manage the overall load across all workers.
For more detailed information, you can refer to the Prefect documentation on work pools and workers.Riya Sinha
02/10/2025, 10:27 PMMarvin
02/10/2025, 10:27 PMRiya Sinha
02/10/2025, 10:28 PMMarvin
02/10/2025, 10:28 PM