DEV Community

Discussion on: Rails queueing system, should I use delayed_job or sidekiq?

Collapse
 
michael profile image
Michael Lee 🍕

Thanks for your insights Corey. That's correct, delayed_job in using ActiveRecord and DB based.