-
With around 500K jobs in the delayed_jobs table, it gets really slow, to the point of being unusable. My slow query log is filled with these:
SET timestamp=1379681371;
UPDATE `delayed_jobs` SET `lock…
-
https://apidock.com/rails/v6.1.3.1/ActiveJob/Exceptions/ClassMethods/retry_on
The ActiveJob `retry_on` hook allows you to customize how you respond to specific errors, but it's unclear how that int…
-
[GoodJob](https://github.com/bensheldon/good_job) is an alternative ActiveJob backend similar to Sidekiq and Resque.
I wanted to add an integration for GoodJob, but ran into an annoying issue: Good…
-
I seem to have a persistent problem of jobs being worked but new jobs just get enqueued and workers stop pulling jobs to be worked. If I restart Solid Queue (```rake solid_queue:start```) then the job…
-
Would you accept a PR that (conditionally) introduces support for ActiveJob? Something like:
```ruby
def create
normalized_params.each do |p|
process_email(p)
end
head :o…
fabn updated
5 months ago
-
**Describe the bug**
Ever since the upload process was changed its impossible to have all the files be added as a single model.
**To Reproduce**
Steps to reproduce the behavior:
1. Download a zi…
-
I'm using DelayedJob through the ActiveJob library.
At a certain moment, I call the `perform_later` method (form ActiveJob) to enqueue a task. It works fine in the app and all the tests are ok when…
-
I'm not sure what may be the issue with our setup but I cannot avoid this error when trying to run a maintenance task.
We have been using a fork both of this gem and the job-iteration gem to avoid …
-
I tried to install the docker setup as described [here in the README](https://github.com/voc/voctoweb#set-up-development-environment). The first command of the setup script (`docker-compose build`) fa…
-
I am using the `google-api-client` gem to connect to the Google Analytics API and request data from my analytics account for pageviews for a 30-day period.
I am authenticating and retrieving data jus…