This PR implements fail-fast monitoring logic. If on_traceback, on_error_log, or on_warning_log is set to fail, the monitoring loop will terminate immediately upon detection of the respective event.
Changes:
Added shouldStop parameter to pollUntilDone in monitor.js.
Implemented fail-fast check in monitorConsole.
Added unit test to verify early exit behavior.
Rebuilt distribution files.
This PR implements fail-fast monitoring logic. If `on_traceback`, `on_error_log`, or `on_warning_log` is set to `fail`, the monitoring loop will terminate immediately upon detection of the respective event.
Changes:
- Added `shouldStop` parameter to `pollUntilDone` in `monitor.js`.
- Implemented fail-fast check in `monitorConsole`.
- Added unit test to verify early exit behavior.
- Rebuilt distribution files.
Philipp
added 5 commits 2026-05-16 18:29:30 +02:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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