-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidekiq assign queue #51
Comments
Also, I know you recently merged the pull request for sidekiq integration, but haven't released the gem yet. I had to pull the gem for the git commit. I'm using it in production right now. I'll let you know if I run into any issues with the commit. |
Hey @criticerz, I believe it will use the "default" queue (we don't define |
But we could definitely add the ability define a queue if |
Will do. So far it's okay since the jobs are being processed very quickly. On Fri, Sep 11, 2015 at 2:03 PM, James Lamont [email protected]
Alain Fontaine |
I would love the ability to define the queue. I use a much higher priority for Vero email events than other queues since I am sending transactional emails using Vero. |
I added
config.async = :sidekiq
to vero.rb, but I'm wondering if I can tell vero which queue to add jobs to?The text was updated successfully, but these errors were encountered: