-
Hello, thanks for all the hard work on this gem! I've been trying to use this gem to prevent ActiveJob jobs from enqueueing within transactions but have run into some unexpected behavior. If my job lo…
-
Show the time a job was submitted in the detailed job view.
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201735133575781/1201737328686086) by [Unito](https://www.unito.io)…
-
When used with GoodJob, retrying a failed job raises a NoMethodError: "undefined method `utc' for an instance of Float".
Backtrace:
```
Error:
RetryJobTest#test_job_with_AcidicJob_mixed_in_raise…
-
I would like an API that lets me run jobs in sequence. This feature would only work with Disqualified jobs, not through the ActiveJob integration.
Just some ideas:
```ruby
# I don't like this A…
-
-
**Describe the bug**
After exporting my Google Timeline Data from my phone (already migrated sadly), trying to import the data fails.
**Version**
Include version of Dawarich you're experiencing …
-
With #2195, we investigated instrumentation coverage for Sidekiq jobs' various `perform*` methods. A comment on that issue suggested the inclusion of `perform_now` as well. But `perform_now` and `perf…
-
Add buttons allowing the user to put one of their jobs on hold or release it.
┆Issue is synchronized with this [Asana task](https://app.asana.com/0/1201735133575781/1201737439533962) by [Unito](htt…
-
**Is your feature request related to a problem? Please describe.**
Activejob is needless complexity when we are already invested in sidekiq
**Describe the solution you'd like**
We are looking…
-
```ruby
# Bad
class HogeHogeJob < ApplicationJob
def initilize
Slackに通知
super
end
def perform
~~~
end
end
# good
class HogeHogeJob < ApplicationJob
before_…