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
{{ message }}
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.
QueueResqueJobHandler will enqueue it with only the payload since the arity of this method is -2 and QueueResqueJobHandler checks if the arity is exactly 3 (e.g. 3 required arguments).
Given a perform method like
QueueResqueJobHandler
will enqueue it with only the payload since the arity of this method is -2 andQueueResqueJobHandler
checks if the arity is exactly 3 (e.g. 3 required arguments).https://github.com/stitchfix/pwwka/blob/master/lib/pwwka/queue_resque_job_handler.rb#L35
The text was updated successfully, but these errors were encountered: