module Retry

Defined in:

runway/lib/retry.cr

Class Method Summary

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


[View source]