ValeriuV
ValeriuV
RRailway
Created by ValeriuV on 5/13/2024 in #✋|help
DNS and subdomains
df711288-dddd-4e3e-8f3f-62aefe4a3212
5 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
alrighty
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
ok, working on it
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
I guess I should do it with the start command
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
that's what I assumed before you wrote your detailed explanation
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
one for main and another for django-q
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
but I did it through two git branches
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
I would have never figured it out that I should have another service for task queues
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
Brody you are the man!
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
I'm so thankful
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
wooooooooaaaaaaaaaaaaa it worked
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
oh, got it. trying now
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
I'm deploying through Github, so am not sure exactly how to export different versions of the Procfile to both services.
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
The next question that pops to my mind is how do I do that? Should I use a different github branch?
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
@Brody , alright, I'll try that tonight and get back to you. Thank you!
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
yes. Q_CLUSTER = { 'name': 'fleetdata', 'workers': 8, 'recycle': 500, 'timeout': 6000, 'retry': 10000, 'compress': True, 'save_limit': 250, 'queue_limit': 500, 'cpu_affinity': 1, 'label': 'Django Q', 'redis': config('REDIS_URL'), }
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
Brody, thank you for the tip. But how do I set that up? Right now I have one Procfile that has this one line in it: web: python manage.py migrate && python manage.py collectstatic --no-input && gunicorn fleetdata.wsgi & python manage.py qcluster
40 replies
RRailway
Created by ValeriuV on 10/11/2023 in #✋|help
How do I deploy Django-Q (task queue) to Railway?
df711288-dddd-4e3e-8f3f-62aefe4a3212
40 replies