-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unique jobs do not work with ActiveJob #56
Comments
I've updated the wiki page to note that uniqueness does not work with the ActiveJob wrapper. |
Is there any plans to support this? We're kind of relying on this feature in our stack. |
Can you use |
I'll speak to the team in regards to this, we were just hoping for a happy plug and play moment. |
Unfortunately the fix is not easy. I will keep this open. |
custom
parameters in faktory_options
with ActiveJob
No problem 👍🏼 |
Trying to do the below task in order to create unique jobs, as per:
https://github.com/contribsys/faktory/wiki/Pro-Unique-Jobs
My job classes look something like:
It seems that there might be an issue with the
custom
object being passed in correctly utilisingActiveJob
vs nativeFaktory::Jobs
As you can see two identical jobs are
enqueued
immediately after one another:The text was updated successfully, but these errors were encountered: