Spida45
06/26/2024, 11:46 PMMarvin
06/26/2024, 11:46 PMbash
prefect gcl create my-concurrency-limit --limit 5 --slot-decay-per-second 1.0
- Inspect a concurrency limit:
bash
prefect gcl inspect my-concurrency-limit
- Update a concurrency limit:
bash
prefect gcl update my-concurrency-limit --limit 10
- Delete a concurrency limit:
bash
prefect gcl delete my-concurrency-limit
2. Tasks Concept Documentation:
- Describes how to interact with concurrency limits at the task level and ensure that no more than a specified number of tasks interact with shared resources.
- Link: Tasks Concept Documentation
Feel free to explore these guides for detailed instructions and examples. How delightful.