-
Notifications
You must be signed in to change notification settings - Fork 153
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
No workers after I migrated from 1.0.0 #504
Comments
Hey @diegocharles, how are you starting Solid Queue? |
Hey Rosa! I believe Kamal 2 starts it, because I don’t have any explicit calls for production like I do for development in the Procfile.dev.
Thanks for your help. |
@diegocharles that sounds like you're using the Puma plugin to run Solid Queue supervised by Puma, wherever you're running your web app. Do you have logs for when your production server starts? |
@rosa Well, I may be wrong, but I think I am not using SQ supervised by Puma, because I've never enabled that setting:
puma.rb
Here's the production's log when booting the app
|
Ah! Then you're not running Solid Queue at all? 🤔 |
@rosa, after the update from 1.0.0, do you think Solid Queue is no longer automatically starting up? It still functions correctly if I lock the gem to 1.0.0. Am I overlooking something in the Kamal 2 or Solid Queue documentation that indicates that I need to manually set SQ to start in production, similar to how I do in Procfile.dev for local development? |
That's very strange 😕 Solid Queue doesn't have anything to automatically start, you had to start it via |
Hey everyone!
I’m facing an issue that hasn’t been resolved since upgrading from version 1.0.0. The jobs are getting stuck, and when I manage them through MissionControl, I don’t see any workers.
Here’s my stack:
The solid_queue tables are managed by PostgreSQL, and this is how my queue.yml looks:
Thanks in advance
The text was updated successfully, but these errors were encountered: