Delayed job wont start using Capistrano

前端 未结 6 1369
醉话见心
醉话见心 2021-02-04 13:14

I cannot start delayed job process using a capistrano recipe. Here\'s the error I am getting.

/usr/local/lib/ruby/gems/1.9.1/gems/delayed_job-2.1.1/lib/delayed/         


        
6条回答
  •  长情又很酷
    2021-02-04 13:33

    Seeing the same problem.

    It turns out I was missing the ~/apps/application_name/shared/pids directory.

    Finally creating it made this problem go away.

    No need to set up custom dj_pids directory.

提交回复
热议问题