RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Delay API calls to Twilio with Rails, Active Job and Sidekiq

Performing long running, blocking tasks during the course of a request is a top way to slow down responses for any web application. Things like HTTP requests to 3rd party APIs can tie up processes. We’ll see how to improve the situation using Active Job and Sidekiq to delay API calls and speed up our Rails application.

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in