Read more

Sidekiq: Problems and Troubleshooting

Arne Hartherz
December 01, 2015Software engineer at makandra GmbH

When using Sidekiq in your application, you must write thread-safe code.

Illustration money motivation

Opscomplete powered by makandra brand

Save money by migrating from AWS to our fully managed hosting in Germany.

  • Trusted by over 100 customers
  • Ready to use with Ruby, Node.js, PHP
  • Proactive management by operations experts
Read more Show archive.org snapshot

This wiki page also lists gems that are known to be unsafe on threaded applications.
When adding a gem that will also be used by a Sidekiq worker, make sure to confirm it's thread-safe.

Posted by Arne Hartherz to makandra dev (2015-12-01 10:46)