mitchell
mitchell
RRailway
Created by mitchell on 12/9/2022 in #✋|help
Running supervisor to scale workers
Currently setting up supervisor to scale RQ workers under load. I get the following error: http://localhost:9001 refused connection exit status 4. When i try starting the worker via the CLI with Railway Run. Any suggestions?
8 replies
RRailway
Created by mitchell on 11/20/2022 in #✋|help
Spawning RQ Worker during deploy.
Im running in to the problem of not knowing how to launch the workers on deployment automatically. Now i manually run 'railway run rq worker' each time. Any suggestions? Added the following to procfile: 'worker: rq worker -u $REDIS_URL name' which did not work. The following solution i tried is 'release: rq worker -u $REDIS_URL ' which started a worker during building and stayed in the building phase and never going to deployment. How do i spawn a worker or run the 'rq worker' command during deployment? Using python Flask and Redis.
11 replies
RRailway
Created by mitchell on 11/18/2022 in #✋|help
Running a command on deploy
How do i run a command on startup or re-deployment? I am trying to run '''rq worker'' on startup.
3 replies
RRailway
Created by mitchell on 11/14/2022 in #✋|help
Godaddy Domain Issues
I have been trying to add my godaddy domain for about a week and it is not updating in the railway backend. It seems to not be working. I used the same settings for another Porkbun domain and that one works. Is this a godaddy issue or am i not doing something right here? Ay suggestions? ec80508e-d5a8-4f2f-8222-d14d07b6307e
6 replies