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
feat(cluster): enforce max tests per cluster instance
- Added a check to ensure the number of running tests on a cluster
instance does not exceed the configured maximum (`MAX_TESTS_PER_CLUSTER`).
- Introduced a new configuration variable `MAX_TESTS_PER_CLUSTER`
with a default value of 10, which can be overridden via environment
variables.
- Updated logic in `ClusterGetter` to handle cases where the limit
is reached by introducing a delay and skipping further processing
for the affected cluster instance.
0 commit comments