Delayed job wont start using Capistrano

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

    Since the creation of the directories is cheap and fast, use the following callback:

    before 'deploy', 'deploy:setup'
    

    This will ensure that structure is always there before each deploy.

提交回复
热议问题