Rails queueing system, should I use delayed_job or sidekiq?

Michael Lee 🍕 - Sep 23 '19 - - Dev Community

I'm working on a message queueing system in a Rails application and trying to figure out whether to use delayed_job or sidekiq. Reading articles online it seems sidekiq is better performant for the job but wondering if for my use case if delayed_job should be considered.

Basically it's a message system that will have messages that can be immediately delivered or could be scheduled for a future date. Should also be able to edit the queued message as well as delete them from the queue.

This application will run on Heroku if there are any technical considerations around that choice.

Considering AWS' SQS as well but thinking it'll be more overhead to go down this route.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player