Retry rules are evolving new ways to match failures which may be retried. This introduces support for signal. This allows differentiating when an agent sends a signal to a job and the job doesn't handle it gracefully.
For example, this is a valid way to write a retry rule for targeting a job that failed to cancel gracefully within 10 seconds:
Retry rules are evolving new ways to match failures which may be retried. This introduces support for signal. This allows differentiating when an agent sends a signal to a job and the job doesn't handle it gracefully.
For example, this is a valid way to write a retry rule for targeting a job that failed to cancel gracefully within 10 seconds:
Related to PDP-211.