Skip to content
#

activejob

Here are 71 public repositories matching this topic...

bensheldon
bensheldon commented Oct 5, 2021

It would be nice to integrate Sorbet. I have tried before in #235, but found more sharp edges than I was comfortable with.

Short-term success is having some additional manual tooling and workflows that adds value to the development process and is not burdensome to contributors.

Long-term success would be to run Sorbet type checking as part of the CI lint process (e.g. there is a clean/gree

good first issue hacktoberfest
pirj
pirj commented Sep 14, 2019

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

enhancement help wanted good first issue
arizz96
arizz96 commented Nov 12, 2021

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

bug good first issue

Improve this page

Add a description, image, and links to the activejob topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the activejob topic, visit your repo's landing page and select "manage topics."

Learn more