javieraraya5573
javieraraya5573
RRailway
Created by javieraraya5573 on 7/1/2024 in #✋|help
problems with domain
Hi i try to use a custom domain but my service doesnt allow @ in cname can I use www. ?
5 replies
RRailway
Created by javieraraya5573 on 6/26/2024 in #✋|help
config celery beats
hi again i looking for help to deploy a beat instance I use the command celery -A vicentEcommerces beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler but it says Failed to publish image to registry, retrying...
6 replies
RRailway
Created by javieraraya5573 on 6/11/2024 in #✋|help
help with env config in railway
hi i try to deploy mi app in railway i use DATABASES = { 'default': { 'ENGINE': 'django.db.backends.postgresql', 'NAME': os.getenv('PGDATABASE'), 'USER': os.getenv('PGUSER'), 'PASSWORD': os.getenv('PGPASSWORD'), 'HOST': os.getenv('PGHOST'), 'PORT': os.getenv('PGPORT', '5432'), } } and i create 9 Service Variables but i doesnt work
83 replies
RRailway
Created by javieraraya5573 on 6/10/2024 in #✋|help
problems with high requests
Hello, I have been using Railway for a while, and it has worked well so far. Currently, I am developing a system that uses many APIs and webhooks. As a result, when there are many requests, the system sometimes gets stuck or fails to perform some tasks. For this situation, what do you recommend? Note that I already have the professional plan. I also use Celery but not for this. What is the most advisable approach?
7 replies
RRailway
Created by javieraraya5573 on 3/14/2024 in #✋|help
Help with Api methods in django
tengo una aplicacion en django que utiliza muchas peticiones y webhooks mediante api de woocommerce. algunos dias me tira este error File "/opt/venv/lib/python3.11/site-packages/requests/adapters.py", line 553, in send raise ConnectTimeout(e, request=request) requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='calzadospaola.cl', port=443): Max retries exceeded with url: /wp-json/wc/v3/orders?search=&per_page=10&page=1&fields=id%2Cstatus%2Cbilling%2Cdate_created%2Ccustomer_note (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f810bd74d90>, 'Connection to calzadospaola.cl timed out. (connect timeout=10)')) Lo mas raro es que cuando ejecuto este mismo metodo en mi app local funciona sin problemas, que puedo hacer?
14 replies