Skip to content

Draft: Handle FileNotFoundError in scheduler, when raised by ActionCache retrier

Neill Whillans requested to merge neill/scheduler_exception into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This request adds an exception handler for FileNotFoundError in the scheduler's queue_job_action(), as the retrier that ActionCache now uses can raise this.

Changes proposed in this merge request:

  • Add FileNotFoundError exception handling to queue_job_action()

Issues addressed

Addresses the need for an additional exception handling in the scheduler after adding retries to ActionCache

Edited by Neill Whillans

Merge request reports