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
It seems like the queue_as value in the job class should default to :default but be customizable via the CR initializer.
Following this logic a bit further, what if we added a keyword parameter queue to the broadcast_later and broadcast_later_to method signature that could override?
queue_as
value in the job class should default to:default
but be customizable via the CR initializer.queue
to thebroadcast_later
andbroadcast_later_to
method signature that could override?broadcast_later(queue: "cable_ready")
What do you think, @julianrubisch?
The text was updated successfully, but these errors were encountered: