-
looks like provider_job_id is `nil` inside active_job instance during perform (and related callbacks)
but fix is quiet simple
just put following into initializer
```ruby
class Delayed::ActiveJ…
-
Hi,
I have been trying to implement resque-unique_by_arity in our rails application.
As per the readme I have configured the gem after the perform class method
```
class MyUniqueJob < ActiveJob::…
-
## Introduction
[Allow specifying recurring tasks just with a "command"
](https://github.com/rails/solid_queue/commit/90f63c8a776a58c276ab34fd5b904e20051f550a)
I find this feature very interestin…
-
When the unit tests for the jobs were written, rspec didn't have support for ActiveJob. Now it has: check [here](https://relishapp.com/rspec/rspec-rails/v/3-5/docs/matchers/have-been-enqueued-matcher)…
-
### Describe the bug
```
Mar 06 15:32:13 internal-chatwoot chatwoot-worker.1[3686453]: I, [2024-03-06T15:32:13.409381 #3686453] INFO -- : [ActiveJob] [Inboxes::FetchImapEmailsJob] [36b28783-6c0f-4a…
-
This is shown in the browser console when activejobs is loaded. It appears to be a compilation issue because the stack trace shows rails-ujs, which is not our code, calling utils.js which is our code.…
-
**Describe the bug**
Dawarich's GeoJSON parsing expects a timestamp to be included for every feature.
Some GeoJSON exports (see [wanderin.gs](https://wanderin.gs/)) do not include them.
This…
-
### Steps to reproduce
Run a job with retry attempt 1. The won't be retried.
```ruby
class FooJob < ApplicationJob
class FooError < StandardError; end
retry_on FooError, attempts: 1
…
-
### Steps to reproduce the problem
1. Use the docker configuration
2. Disable sidekiq's public network access by removing
https://github.com/mastodon/mastodon/blob/2bad619d171f8516137725c83878cdf5f…
-
I wanted to link together this gem and [this stale Rails/Rails issue](https://github.com/rails/rails/issues/29478) about Sneakers not handling reading the specified Queue in it's adapter.
Could we …