These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Currently I’m using the delay method (e.g. my_user.delay.background_task) of delayed_job and it’s successfully creating an ActiveRecord entry for the delayed job, but it never runs. How can I make a worker run the delayed_jobs on DigitalOcean using Unicorn?
@FMCB, are you saying the same Heroku configuration will work for DigitalOcean?
I guess this will answer your question: <br> <br>http://stackoverflow.com/questions/14842519/unicorn-rb-heroku-delayed-job-config
Currently I’m using the delay method (e.g. my_user.delay.background_task) of delayed_job and it’s successfully creating an ActiveRecord entry for the delayed job, but it never runs. How can I make a worker run the delayed_jobs on DigitalOcean using Unicorn?