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
If we cycle a fuzzing pool by manually triggering its hook, we set the new task deadlines based on the fuzzing config without regard for when the hook will next run based on the schedule. Since fuzzing-decision cancels existing tasks in the worker pool, this produces canceled tasks in Taskmanager which lack artifacts.
fuzzing-decision should check when the next scheduled hook will fire, and set deadlines accordingly. We'll still have some canceled tasks caused by manually cycling the pool, which can't be helped.
The text was updated successfully, but these errors were encountered:
If we cycle a fuzzing pool by manually triggering its hook, we set the new task deadlines based on the fuzzing config without regard for when the hook will next run based on the schedule. Since fuzzing-decision cancels existing tasks in the worker pool, this produces canceled tasks in Taskmanager which lack artifacts.
fuzzing-decision should check when the next scheduled hook will fire, and set deadlines accordingly. We'll still have some canceled tasks caused by manually cycling the pool, which can't be helped.
The text was updated successfully, but these errors were encountered: