Best Practices · mperham/sidekiq Wiki - 0 views
-
Don't save state to Sidekiq, save simple identifiers.
-
Look up the objects once you actually need them in your perform method.
-
The Sidekiq client API uses JSON.dump to send the data to Redis
- ...6 more annotations...