Closed brandoncc closed 9 years ago
hey @brandoncc, did you ever get this working?
No, I ended up switching to Cloud66 paired with EC2 for other reasons, so I am no longer using this gem. Sorry!
no worries @brandoncc, thanks for the quick reply!
The configuration looks good on first pass. The client has three queues scaling the same worker type, and with only one worker server config is simple. Having the worker actually process multiple queues is sidekiq config
I know this topic has been talked about in two other issues, so I apologize for opening a third. I have been unable to find an answer on whether I can monitor three queues with a single worker, or if I am required to have a worker in my Procfile for each queue. I worry about db and redis connection limits, so I would really like to do this with a single dyno. Here is my sidekiq.yml:
I currently have three jobs in the mailers queue, but AutoScaler is not scaling up my worker to handle them.
Thanks for your time!