Delayed job wont start using Capistrano

前端 未结 6 1360
醉话见心
醉话见心 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:39

    I had the same issue. Turned out that there was an existing

    application_name/shared/pids/delayed_job.main.pid

    file, which had incorrect owner permissions, which was causing the deployment to fail. Fixing this file's permissions solved the issue for me.

提交回复
热议问题