You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be truly awesome, I sort of need that too. I hate having to create jobs to keep uniqueness. Unfortunately Sidekiq clears locks after 60 minutes now FYI. Don't rely on the unique args never getting cleared.
I'm currently using unique to guarantee I don't send multiple emails after jobs complete.
I end up having to wrap the email call in a worker like:
It would be nice if something like the following worked:
or a new method
Thoughts?
The text was updated successfully, but these errors were encountered: