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 there is an error before the job submission, the error is logged in the cron log but the job is retried until the job/build is cancelled, leading to buildkite waiting forever.
We should treat any error before job submission the same way we treat job submission failures: raise an error in an error reporting buildkite job . This can be done in the except at the bottom of bin/poll.py
The text was updated successfully, but these errors were encountered:
nefrathenrici
changed the title
Run a scheduled job that reports job processing failure before submission
Report job processing error before submission
Jan 31, 2025
If there is an error before the job submission, the error is logged in the cron log but the job is retried until the job/build is cancelled, leading to buildkite waiting forever.
We should treat any error before job submission the same way we treat job submission failures: raise an error in an error reporting buildkite job . This can be done in the
except
at the bottom of bin/poll.pyThe text was updated successfully, but these errors were encountered: