-
When using the `:inline` activejob adapter
```
2017-08-18T12:02:42-05:00 INFO Indexer with 1 processing threads, reader: XmlReader and writer: DlmeJsonResourceWriter
^C/Users/jcoyne/.rbenv/vers…
-
Good day! I really ask for help! My environment is Jruby 9.4.8\Rails 7.0.8. Gem has been successfully installed and launched. All necessary tables in the database have been created and, judging by the…
-
I ran into a problem with passing an ActiveSupport::Duration to a recurring job.
I built a couple of jobs that just pass arguments and check that they are received as the expected types. I tested…
-
### Steps to reproduce the problem
1. Clone repo and checkout v3.5.2
2. Go through docker-compose run --rm web bundle exec rake mastodon:setup, email test is working (I receive an email)
4. run `…
-
Before anything else, I want to say thank you for this gem. It is awesome and very helpful in our code base.
Currently, I'm running into some flaky test behavior that I have narrowed down to this …
-
We used to ship with a million database adapters in the box, but eventually settled on just offering official support for mysql/pgsql/sqlite. Folks can of course use whatever database they desire, but…
-
There are active runners and active jobs, but for a while none is in work.
Here is the log, where the pause is clear seen
```
I, [2022-03-11T18:08:24.752521 #1037325] INFO -- : [ActiveJob] [Create…
-
I have the following ActiveJob declaration with Sidekiq backend, and noticed that the job is not re-enqueued when an error is raised that has a retry_on declaration. I would have expected the job to r…
-
### Is your feature or enhancement related to a problem? Please describe.
Using IMAP for my email inbox, everything was fine but one day it just stopped picking up email. Even restarting the VM didn'…
-
I believe Resque hooks are clashing with ActiveJob ones.
Let 's see an example with the `before_enqueue` hook.
In a Resque job you can *define* the `before_enqueue` method as a hook to be executed…