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
Steps To Reproduce
Steps to reproduce the behavior:
Define a new scheduler job with the action field containing a value that does not match an existing filename
Save it
Watch the exceptions start to be generated every [INTERVAL]
Screenshots
Date: Tue, 03 Sep 2024 07:08:08 -0400
Subject: [CMU-Autolab-Prod Error] (LoadError) "cannot load such file -- /opt/autolab/courses/[REDACTED].r...
A LoadError occurred in background at 2024-09-03 07:08:08 -0400 :
-------------------------------
Backtrace:
-------------------------------
/opt/autolab/app/controllers/application_controller.rb:281:in `require'
/opt/autolab/app/controllers/application_controller.rb:281:in `block (3 levels) in run_scheduler'
Suggestions
Validations could require the action to be an existing file
The controller could require that a successful visual run occur before the job can be enabled
The scheduler could auto-disable or do exponential back-off for failing jobs.
cannot load such file -- /opt/autolab/courses/[REDACTED].rb
/opt/autolab/app/controllers/application_controller.rb:281:in `require'
if nothing else, scheduler errors that are likely to be course errors could be caught and logged but not passed to exception notifier
The text was updated successfully, but these errors were encountered:
Your environment
Let us know details such as
Steps To Reproduce
Steps to reproduce the behavior:
Screenshots
Suggestions
cannot load such file -- /opt/autolab/courses/[REDACTED].rb
/opt/autolab/app/controllers/application_controller.rb:281:in `require'
The text was updated successfully, but these errors were encountered: