Skip to content

Instantly share code, notes, and snippets.

@atomgiant
Created November 20, 2015 20:13
Show Gist options
  • Save atomgiant/c92e848992490ef72829 to your computer and use it in GitHub Desktop.
Save atomgiant/c92e848992490ef72829 to your computer and use it in GitHub Desktop.
# Run 42 threads to hit the call limit
42.times.each do
Thread.new { Shopify.get_product(1234567890) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment