i'm using delayed job active record with hirefire gem to mange workers. But on heroku it seems like hirefire not running jobs and when i run this command below
heroku run rake jobs:work --app gentle-gorge-9319
then it runs job. But hirefire author says that it will detect jobs as itself.
Any help??
Thanks