Nghia Pham
09/11/2024, 4:07 AMMarvin
09/11/2024, 4:07 AMNghia Pham
09/11/2024, 4:07 AMMarvin
09/11/2024, 4:07 AMprefect concurrency-limit create
are used to set these limits.
2. Viewing and Managing Work Pools: You can manage work pools, including viewing and editing their configurations, using the Prefect UI or CLI. For instance, you can list all available pools with prefect work-pool ls
.
3. Infrastructure Settings: You might need to delve into your Kubernetes configurations to specify the resource limits directly for your pods, which might not be described in Prefect's documentation but is essential for managing computational resources directly.
You can find more detailed information in the Prefect docs here:
- Concurrency Limits
- Work Pools
No specific issues were found in GitHub regarding limiting resources in K8s work pools.
Hope this helps keep your resources in check!