DEV Community

Discussion on: Call for Contributions: Move All DelayedJobs to Sidekiq

Collapse
 
peterdenham profile image
Peter Denham

At my $dayjob we hit similar scaling issues, but due to the fact that we had built and depend on several extensions around delayed job, we decided to bring a redis cache layer to delayed job instead of moving to Sidekiq. While it's not something we could open source right away, you can read a bit about our implementation here: salsify.com/blog/engineering/job-pump

Collapse
 
molly profile image
Molly Struve (she/her)

Implementing Redis with DelayedJob, impressive! Thanks for sharing!