Module: ShopifyUnlimited

Defined in:
lib/shopify_unlimited/throttle.rb,
lib/shopify_unlimited/version.rb,
lib/shopify_unlimited/active_resource/connection_extensions.rb

Overview

this allows multiple concurrent workers to behave well, almost never triggering a 429, and distributing requests fairly evenly, rather than 1 worker hogging the bulk of requests until finished, which will typically happen with any naive, non-stochastic implementation.

Defined Under Namespace

Modules: ThrottledConnection Classes: Throttle

Constant Summary collapse

VERSION =
"0.1.0"