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 web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
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)