I am using delayed_job in rails application development and in development environment i use bin/delayed_job start
But how to do the same in production environment?
RAILS_ENV=production bin/delayed_job start
This should make the delayed jobs run in production env