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 Nov 17, 2017. It is now read-only.
Hi @fnando, that allows you to specify a queue at the class level, which is used for all actions? If I want to put all my worker methods in one class, it would be nice to specify a different queue name inside the action method, which would be at the instance level. Maybe having that ability goes against how the worker classes are meant to be designed.
Hi @fnando, that allows you to specify a queue at the class level, which is used for all actions? If I want to put all my worker methods in one class, it would be nice to specify a different queue name inside the action method, which would be at the instance level. Maybe having that ability goes against how the worker classes are meant to be designed.
—
Reply to this email directly or view it on GitHub.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm new to qe, but am wondering if it's possible to specify a queue per action so that not all actions run against the same queue?
The text was updated successfully, but these errors were encountered: