Closed gdevenyi closed 6 years ago
Count total atlas, template, subject.
Total = atlastemplate + templatesubject
Chunking size = ceil(Total/2000)
Gabriel,
We have a max user queueable currently set at 2500, which is the total amount of jobs a user can have in the scheduler. There is a limit as well on how many you can submit at a single time, which is currently set at 1000. This is to prevent large automatic jobs submissions from overwhelming the scheduler. If the system is not busy you probabaly wouldn't run into this lower limit, however when it gets bogged down, then this limit can come into play. In general we recommend people keep the number of jobs in the queue under 2000, as our scheduling system is not really high throughput type workloads.
Scott