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
But this reschedules in the default queue. I would like to reschedule in the same queue if possible, but I haven't found out how to determine the current queue (my job could be enqueued in multiple queues).
Is there a way for my job to know queue that the job was dequeued from?
Thanks In advance
The text was updated successfully, but these errors were encountered:
Inside my Faktory::Job, am attempting to reschedule the current job (same options) in the future.
But this reschedules in the
default
queue. I would like to reschedule in the same queue if possible, but I haven't found out how to determine the current queue (my job could be enqueued in multiple queues).Is there a way for my job to know queue that the job was dequeued from?
Thanks In advance
The text was updated successfully, but these errors were encountered: