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
Since #405, starting the worker service will stop all ongoing evaluations (or mark stuck ones) by labeling them as crashed. We want to do this periodically in case evaluations go on longer than some reasonable time, such as 24h since that's our update period.
Implementation note:
add a supervisor timer unit that will check if there's any evaluation taking far too long (> 24 hours) and will forcibly restart the worker. #405 (comment)
The text was updated successfully, but these errors were encountered:
Since #405, starting the worker service will stop all ongoing evaluations (or mark stuck ones) by labeling them as crashed. We want to do this periodically in case evaluations go on longer than some reasonable time, such as 24h since that's our update period.
Implementation note:
The text was updated successfully, but these errors were encountered: