Answers for "delayed_job there is already one or more instance(s) of the program running"

0

delayed_job there is already one or more instance(s) of the program running

## For Issues
-> there is already one or more instance(s) of the program running.
->  `kill': Operation not permitted (Errno::EPERM)

## This command resolved my issue.

RAILS_ENV=production script/delayed_job -n 2 --pid-dir=tmp/pids restart
Posted by: Guest on December-08-2020

Code answers related to "delayed_job there is already one or more instance(s) of the program running"

Browse Popular Code Answers by Language