activejob
Here are 71 public repositories matching this topic...
-
Updated
Feb 19, 2022 - Ruby
-
Updated
Jan 20, 2022 - Java
This is a bag of thoughts issue, I encourage everyone to file more specific detailed issues and send pull requests.
-
do not use keyword arguments in plain Sidekiq workers mperham/sidekiq#2372 (check if it works or not with ActiveJob)
-
do not schedule jobs inside a transaction if a record created/updated inside this transaction will be directly or indirectl
-
Updated
Sep 3, 2020 - Ruby
Hi there, thank you for this useful gem!
I'm using it both with Resque and Sidekiq, and as the README says, in order to properly make Sidekiq queue cleanup and job death working with this gem, the patch needs to be required.
Can you please better explain how this patch works and why is it necessary?
More particularly, why is it always calling ActiveJob::Uniqueness.unlock!, that delete loc
-
Updated
Nov 26, 2021 - Ruby
-
Updated
Sep 2, 2019 - Ruby
-
Updated
Aug 28, 2019 - Ruby
-
Updated
Feb 26, 2022 - Ruby
-
Updated
Feb 15, 2022 - Ruby
-
Updated
Jun 15, 2021 - Ruby
-
Updated
Feb 26, 2022 - Ruby
-
Updated
Feb 26, 2022 - Ruby
-
Updated
Feb 20, 2022 - Ruby
-
Updated
Dec 16, 2021 - Ruby
-
Updated
Jan 23, 2022 - Ruby
-
Updated
Feb 26, 2022 - Ruby
-
Updated
Dec 29, 2021 - Ruby
-
Updated
May 12, 2021 - Ruby
-
Updated
Apr 7, 2021 - Ruby
Improve this page
Add a description, image, and links to the activejob topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the activejob topic, visit your repo's landing page and select "manage topics."
It would be nice to have English UI strings extracted to a
ymlfile to allow support for other locales.We're liable to run into some RTL and spacing challenges once other translations are added, but we can address those as they arise. Ideally dates/times should be localized (as we they are currently locked to English in #407)