meaniebeanie22
meaniebeanie22
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
i added a print to the start of the command and that isn't firing either
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
doesn't seem to do anything
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
okay will try that
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
so i have my django service that needs a command run based on a cron schedule i make a new blank service this service has its root directory set to /tkdmanager set the start command of the new service to be
python manage.py recurpayments
python manage.py recurpayments
and then set that to run on the cron schedule ?
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
okay
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
ARGHHHH
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
and that will be the same /tkdmanager as the django service?
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
or maybe is there a way for me to view the file structure of the vm through a service?
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
are all my services run inside something like one VM, and as such i can set the start command to something like
cd tkdmanager && python manage.py recurpayments
cd tkdmanager && python manage.py recurpayments
?
17 replies
RRailway
Created by meaniebeanie22 on 2/9/2024 in #✋|help
How can I periodically run a management command on railway?
probably irrelevant but 6ec4e69f-153c-42b1-8399-d4fbd6db04fb
17 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
and have contents
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
well the pdfs that can only be fetched as a response from a POST request exist
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
mhm
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
cheers!
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
just add :5000 to the end of the url?
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
although it still thinks port 80 for some reason
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
looks the same to me
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
requests.exceptions.ConnectionError: HTTPConnectionPool(host='weasyprint-rest.railway.internal', port=80): Max retries exceeded with url: /api/v1.0/health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47029b3680>: Failed to establish a new connection: [Errno 111] Connection refused'))
requests.exceptions.ConnectionError: HTTPConnectionPool(host='weasyprint-rest.railway.internal', port=80): Max retries exceeded with url: /api/v1.0/health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f47029b3680>: Failed to establish a new connection: [Errno 111] Connection refused'))
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
ah ok
52 replies
RRailway
Created by meaniebeanie22 on 1/30/2024 in #✋|help
Able to make request to public URL but not private
can you explain why while i wait for the redeploy please?
52 replies