What are API concurrent execution limits for Grid system and tenants?
Applies to
StorageGRID
Answer
- Avoid running StorageGRID level APIs (PUT/POST/DELETE) in parallel.
- Tenant-level APIs (/grid/accounts or /org/*) can typically be run in parallel safely.
- No explicit concurrency limits exist for other APIs, but resource-intensive operations may affect performance.
- Use caution with heavy queries.
- For example, retrieving ILM rules in a StorageGRID environment with a large number of rules, or executing complex Prometheus queries over extended time ranges.
Additional Information
additionalInformation_text