feat: implement fail-fast monitoring #86
Reference in New Issue
Block a user
Delete Branch "feature/fail-fast-monitor"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements fail-fast monitoring logic. If
on_traceback,on_error_log, oron_warning_logis set tofail, the monitoring loop will terminate immediately upon detection of the respective event.Changes:
shouldStopparameter topollUntilDoneinmonitor.js.monitorConsole.Pull request closed