antikythera v0.2.0 AntikytheraCore.AsyncJob.RateLimit View Source
Link to this section Summary
Link to this section Functions
Link to this function
check_for_command(queue_name)
View Source
check_for_command(atom()) :: :ok | {:error, pos_integer()}
Link to this function
check_with_retry_for_query(queue_name, f, attempts \\ 0)
View Source
check_with_retry_for_query(atom(), (() -> a), non_neg_integer()) :: a when a: any()