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
Currently we have a fixed reclaim_interval seconds. In this thread, Tom's suggesting we should follow docker- and generic-worker's examples in calculating when to reclaim, using on some decimal multiplier or seconds before takenUntil.
When we do this, we should also look into modifying the notarization-poller in scriptworker-scripts.
The text was updated successfully, but these errors were encountered:
Aiui, we went with 5 minutes hardcoded because a) it's simpler than calculating against takenUntil, b) unless takenUntil changes significantly, it's less likely to hit claimExpired due to slow reclaims, and c) scriptworkers have thus far been significantly smaller in quantity than our docker- and generic-worker pools. I'm leaning towards leaving it, but leaving this issue open in case we want to revisit.
Currently we have a fixed
reclaim_interval
seconds. In this thread, Tom's suggesting we should follow docker- and generic-worker's examples in calculating when to reclaim, using on some decimal multiplier or seconds beforetakenUntil
.When we do this, we should also look into modifying the notarization-poller in scriptworker-scripts.
The text was updated successfully, but these errors were encountered: