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
Heyo 👋 This repo was in a bit of limbo for the last year or two. I think this is a nice feature to add. I like the on syntax. Someone made an attempt a few years back in #164 with to but it needs revisiting. I'll look into add this to the v4 milestone
My class decides the queue name dynamically depending on business rules.
How to expect that my class has enqueued the specific job with the specific arguments in the specific queue?
One way to to this could be with this API
Why ?
Because my code is enqueuing the job in a command like this one:
One way to accomplish this
One way that I've found to accomplish this is (But I don't think its elegant):
The text was updated successfully, but these errors were encountered: