module Retry
Defined in:
runway/lib/retry.crClass Method Summary
-
.setup!(log : Log)
This method should be called as early as possible in application startup It sets up the retriable shard Should the number of retries be reached without success, the last exception will be raised :param log: the logger to use for retriable logging
Class Method Detail
def self.setup!(log : Log)
#
This method should be called as early as possible in application startup It sets up the retriable shard Should the number of retries be reached without success, the last exception will be raised :param log: the logger to use for retriable logging