workless
workless copied to clipboard
Workless doesn't work
It doesn't seem to do anything. I'm on the Cedar stack and have this in my initializer:
config.after_initialize do
Delayed::Job.scaler = :heroku_cedar
end
I'm using mongoid and this is my gem file:
# Delayed job
gem 'delayed_job_mongoid'
gem "delayed_job_web"
gem "workless", "~> 1.1.3"
I'm using newest ruby and rails and I'm using mongoHQ for the database.
I don't know if it has anything to do with this issue - https://github.com/lostboy/workless/issues/47 - since I'm not getting any output whatsoever.
Any ideas to what I can do?
Just turned on a worker manually in Heroku and after the job had finished, workless turned it off. So something is working.
Really need workless to be able to turn it on as well, if it is to be useful.