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
Fix scale issues when listing results with tens of thousands of jobs (#117)
* Add database indexes
The command `torc results list <id>` was timing out when there are
tens of thousands of results.
* Add database scale test
* Perform a batch unblock operation
The per-job unblock was far too slow in large workflows. It caused
runners to timeout and exit.
* Fix job pagination in large workflows
* Increase batch job creation size
* Optimize bulk job initialization
The previous behavior was causing timeouts when initializing a workflow
with 100,000 jobs.
0 commit comments