You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My goal is to allow at least 100 jobs per account with a maximum of 600 concurrent jobs in a minute. However, I would like this to be dynamic based on the usage of the queue.
For instance, if there is high usage of the queue (e.g., 300 jobs in a minute), I would like the system to automatically decrease the maximum jobs per account to 20. Similarly, if there are 500 jobs in a minute, the system should decrease the maximum jobs per account to 10.
Could this be possible? Any guidance or suggestions would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
My goal is to allow at least 100 jobs per account with a maximum of 600 concurrent jobs in a minute. However, I would like this to be dynamic based on the usage of the queue.
For instance, if there is high usage of the queue (e.g., 300 jobs in a minute), I would like the system to automatically decrease the maximum jobs per account to 20. Similarly, if there are 500 jobs in a minute, the system should decrease the maximum jobs per account to 10.
Could this be possible? Any guidance or suggestions would be greatly appreciated.
The text was updated successfully, but these errors were encountered: