DefaultClientRetryPolicy is River's default retry policy.
| 27 | |
| 28 | // DefaultClientRetryPolicy is River's default retry policy. |
| 29 | type DefaultClientRetryPolicy struct { |
| 30 | timeNowFunc func() time.Time |
| 31 | } |
| 32 | |
| 33 | // NextRetry gets the next retry given for the given job, accounting for when it |
| 34 | // was last attempted and what attempt number that was. Reschedules using a |
nothing calls this directly
no outgoing calls
no test coverage detected