Cap0n3
Database migration -
Thanks for your quick response ! Yep I checked and everything seems up to date (no action required banner whatsoever).
I guess it's ok but the email made me doubt with "We are reaching out to let you know that you have one or more databases in your Railway projects that need to be upgraded to the latest version."
It seems very specific and not so general 🤷
6 replies
Gunicorn timeout when sending POST between two apps
Ok this is extremely interesting, I wasn't aware of this feature !
I checked and private networking is indeed enabled for my project, raising gunicorn default timeout with start would be the way to go here.
I finally chose to avoid using a proxy altogether, I realized it wasn't really necessary for this specific service. All my calls are now made directly from APP_1 and everything is working smoothly. That said, I can't wrap my head around this internal communication problem, it seems to me that two apps within the same project should be able to send http requests to each other without excessive timeouts 🤔 but surely I'm missing something here ... Anyway, thank you for your answers !
I finally chose to avoid using a proxy altogether, I realized it wasn't really necessary for this specific service. All my calls are now made directly from APP_1 and everything is working smoothly. That said, I can't wrap my head around this internal communication problem, it seems to me that two apps within the same project should be able to send http requests to each other without excessive timeouts 🤔 but surely I'm missing something here ... Anyway, thank you for your answers !
17 replies
Gunicorn timeout when sending POST between two apps
Hey Brody thanks for your answer ! So :
1. Internal network ? Not exactly sure what you mean but both apps have the same root https domain (public).
2. Between form validation "Membership form is valid" at 09:57:06 and "WORKER TIMEOUT " at 09:57:36 so exactly 30 seconds.
17 replies