hirefire

jobs is not firing on heroku using hirefire

主宰稳场 提交于 2020-01-05 08:43:16
问题 i'm using gem "delayed_job_active_record" with hire fire on heroku to run jobs in background.i have also set heroku envirnoment variable using my heroku account. My sequence in gem file is below gem 'delayed_job_active_record' gem 'daemons' gem 'hirefire' it is working in local envirnoment in development as production as well. But jobs not firing on heroku from delayed job table. First i try with no config file hirefire.rb in intilizer but no succes. After i add and put this code below.