Skip to main content

Concurrency Limits

Each user has a maximum number of concurrent tasks (threads) they can run simultaneously. The limit depends on your plan or package. If you exceed your thread limit, the API returns ERROR_THREAD_THRESHOLD_EXCEEDED.

Package Quotas

Package-based keys (PKG-) have quotas depending on the package type: Exceeding your quota returns ERROR_RATE_LIMIT_EXCEEDED.

Handling Rate Limit Errors

When you hit a rate limit, implement exponential backoff:

Service Availability

If the service is temporarily disabled, all task creation requests return ERROR_SERVICE_UNAVALIABLE. Monitor the status page for real-time availability.