Online limits
-
Hi,
On your Online limits section, you say :max parallel render requests 5
max render requests per second 5If I request your service more than 5 times at the same moment, the 6th request is stored in a pile and scheduled to play when a slot is free, or do I get an error ? If you send an error, what is the error ?
Thanks for your help.
Gilles
-
If you send an error, what is the error ?
429 - too many requests
If I request your service more than 5 times at the same moment, the 6th request is stored
nginx settings is rate=5r/s burst=5 so the 6 request is scheduled and delayed