workless icon indicating copy to clipboard operation
workless copied to clipboard

Extension for Delayed Job to only run workers when needed on Heroku

Results 34 workless issues
Sort by recently updated
recently updated
newest added

The app name for review apps is generated and stored in the `HEROKU_APP_NAME` env var. It would be nice if `workless` could fallback to that variable if `APP_NAME` is empty.

Hi When upgrading to rails 6.0, I keep getting this error: ``` NoMethodError: undefined method `scaler=' for # 17:06:48 worker.1 | /Users/username/.rvm/gems/ruby-2.6.6/gems/activerecord-6.0.3.4/lib/active_record/dynamic_matchers.rb:22:in `method_missing' ``` I am using this in development.rb,...

Workless currently only scales workers using the heroku default standard-1x dyno Certain jobs really benefit from high performance dynos such as processing images and videos. This PR adds the ability...

* Added config `work_off_timeout` to control run_at check rate * Removed max_attempts setting as this was not having any effect * Updated docs

Transferred from: https://github.com/davidakachaos/workless_revived/issues/13 In the scaler options, in the docs, you say: > There are three other scalers included. Note that if you are running on the Aspen or Bamboo...

Since upgrading to `2.2.0` I've been receiving the following error when a job is created in Heroku. ``` Excon::Error::NotFound: Expected([200, 201, 202, 204, 206, 304]) Actual(404 Not Found) File "/app/vendor/bundle/ruby/2.4.0/gems/excon-0.59.0/lib/excon/middlewares/expects.rb",...

It would be really cool if, instead of starting a worker right when a new job is created and stopping the worker when all jobs are completed, a worker is...

We just migrated to the heroku-16 stack and with that upgraded to Workless 2(.2.0). However, once deployed to Heroku, our whole web app comes to a grinding halt after a...

Hey, thanks for your work on this gem. Unfortunately Heroku's Platform API seems to be down right now. It looks like this causes workless to raise an exception, which seems...

I'm consistently getting a Rack::Timeout exception every few days with a backtrace that starts at the heroku.rb in this gem. Obviously I don't expect that requests never timeout, but it's...