From #313, I understood that it is expected behaviour that we can configure a job to be retried in this case. This doesn't seem to work however.
From #422 (comment), I understood that it is somewhat expected that you can't actually use retry_on for these errors, but this isn't clearly documented IMO.
We have a setup where we run some jobs on very cheap machines that can be shut down at any moment, so we would like to be able to use retry_on on these jobs (or at least a similar mechanism).
From #313, I understood that it is expected behaviour that we can configure a job to be retried in this case. This doesn't seem to work however.
From #422 (comment), I understood that it is somewhat expected that you can't actually use
retry_onfor these errors, but this isn't clearly documented IMO.We have a setup where we run some jobs on very cheap machines that can be shut down at any moment, so we would like to be able to use
retry_onon these jobs (or at least a similar mechanism).