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
untracked instances cause groups to throttle (#119)
* untracked instances cause groups to throttle
flag on groups for throttle behavior on/off
audit adds function for querying untracked by group
instance launcher checks untrack counts
* get untracked from metrics loop not audit
* only throttle if untracked count exceeds threshold
* global max for scale up threshold
AUDIT_TTL_SEC: envalid.num({default: 172800}),// default 2 day
47
+
MAX_THROTTLE_THRESHOLD: envalid.num({default: 40}),// default max of 40 untracked per group to throttle scale up
47
48
GROUP_RELATED_DATA_TTL_SEC: envalid.num({default: 172800}),// default 2 day; keep group related data max 2 days after the group is deleted or no action is performed on it
48
49
GROUP_LOCK_TTL_MS: envalid.num({default: 180000}),// time in ms
49
50
GROUP_JOBS_CREATION_INTERVAL_SEC: envalid.num({default: 30}),// with what interval this instance should try producing jobs for group processing
0 commit comments