Sidekiq: Problems and Troubleshooting

Updated . Posted . Visible to the public. Repeats.

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

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.

Arne Hartherz
Last edit
Besprechungs-PC
License
Source code in this card is licensed under the MIT License.
Posted by Arne Hartherz to makandra dev (2015-12-01 09:46)