toniq v1.2.3 Toniq.RetryWithoutDelayStrategy

The simplest retry strategy:

  • Retries 2 times after the initial try for a total of 3 runs
  • Retries right away without waiting when a job fails

Summary

Functions

ms_to_sleep_before(attempt)
retry?(attempt)