rust-lang / triagebot

Automation/tooling for Rust spaces
https://triage.rust-lang.org
Apache License 2.0
172 stars 74 forks source link

Sleep on job scheduler error. #1700

Closed ehuss closed 1 year ago

ehuss commented 1 year ago

If jobs are panicking for whatever reason, the job scheduler would enter a tight loop until the process is killed. This switches the log message to error to make it jump out, and adds a sleep to slow down the retries in case it is always failing.