R
RunPod15mo ago
r1

when will the status endpoint for a serverless function return 429s?

(see title)
1 Reply
flash-singh
flash-singh15mo ago
429 happens for the following - rate limit for requests per endpoint - too many requests in queue (limit is max workers * 500)

Did you find this page helpful?