-
Notifications
You must be signed in to change notification settings - Fork 158
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
Can't set single thread/process #541
Comments
Hey @barnaclebarnes, this is very strange. It seems liek your configuration is being ignored and the default is used. Could you let me know where your configuration is located? The file. And then, could also let me know how you're starting Solid Queue, and whether you have the environment variable |
It is a standard rails app deployed to
And thanks to your pointer on PS: I followed these instructions on deploying using systemd and Capistrano - https://world.hey.com/robzolkos/how-i-deploy-solid-queue-with-capistrano-487b4a31 |
And the root cause is because I missed the upgrade instructions. I will close this. |
I have the following setup:
But that worker is always running three concurrent jobs:
Its configuration shows:
I can't for the life of me work out how to set this to process a single job at a time. The reason I need to do this is that I'm using a GPU to analyse images using AI and it can only really handle a single image at a time before it blows up with memory constraints.
Any ideas of what I am doing wrong here? I even tried to add
thread_pool_size: 3
rot the config but no luck. I'm using the latest version ofsolid_queue
The text was updated successfully, but these errors were encountered: