Skip to content
#

activejob

Here are 71 public repositories matching this topic...

bensheldon
bensheldon commented Oct 7, 2021

It would be nice to have English UI strings extracted to a yml file 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)

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

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