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
After looking at the implementation I was able to successfully query for the presence of a job using partial positional arguments in my application using
but I haven't familiarised myself with the conversion of keyword arguments for the JobWrapper yet so I'm not sure what the correct solution would be for that scenario.
Also, Que::Sequel::Model might need similar adaptations, but I haven't checked that out either.
The text was updated successfully, but these errors were encountered:
While
Que::ActiveRecord::Model.by_job_class
already takes the presence of the job wrapper into account, there is no such provision in.by_args
.After looking at the implementation I was able to successfully query for the presence of a job using partial positional arguments in my application using
but I haven't familiarised myself with the conversion of keyword arguments for the
JobWrapper
yet so I'm not sure what the correct solution would be for that scenario.Also,
Que::Sequel::Model
might need similar adaptations, but I haven't checked that out either.The text was updated successfully, but these errors were encountered: