class JoobQ::Throttler

Overview

Throttler class to handle rate limiting

Defined in:

joobq/throttler.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(throttle_limit : NamedTuple(limit: Int32, period: Time::Span)) #

[View source]

Instance Method Detail

def throttle #

[View source]