(retry-data retry-strategy job clock)
Convert a retry strategy to a concrete retry specification for a job. This is a map with keys :retries-left and :retry-at.
:retries-left is the number of retries left :retry-at is the time at which the next retry should be attempted
This function is defined for valid retry strategies, and for jobs with attempts greater than zero.
Convert a retry strategy to a concrete retry specification for a job. This is a map with keys :retries-left and :retry-at. :retries-left is the number of retries left :retry-at is the time at which the next retry should be attempted This function is defined for valid retry strategies, and for jobs with attempts greater than zero.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |