workless
workless copied to clipboard
Extension for Delayed Job to only run workers when needed on Heroku
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...
I'm seeing lots of RateLimitExceeded errors. My settings are: ``` WORKLESS_MAX_WORKERS: 3 WORKLESS_MIN_WORKERS: 0 WORKLESS_WORKERS_RATIO: 50 ``` Running the latest version and rails 4.0.1 I loaded a few thousand jobs...
I just tried workless in my Rails 3.1.3 app on Heroku Cedar with Delayed Job 2.1.4 and the configuration described. It looks like DataMapper as the backend ORM isn't compatible...
Hi. I thought this was due to [issue 16](https://github.com/lostboy/workless/issues/16), but it seems to be locking jobs while there are others in the queue. However, once workless locks a job, the...