requests to my server stall out, what can I do?
nikiv
HOBBYOP

a year ago

.

Solved

62 Replies

nikiv
HOBBYOP

a year ago

0d433bdd-6874-4b2f-837b-2015b5e6e29f


nikiv
HOBBYOP

a year ago

is there a setting that expands networking perhaps


nikiv
HOBBYOP

a year ago

i remember having a similar issue few months back


nikiv
HOBBYOP

a year ago

and there was some opt in thing I could do in network tab


nikiv
HOBBYOP

a year ago

but i can't seem to find it now


nikiv
HOBBYOP

a year ago

upgraded to pro

1351259257219059700


nikiv
HOBBYOP

a year ago

maybe this helps


nikiv
HOBBYOP

a year ago

it didn't 😐


nikiv
HOBBYOP

a year ago

maybe i need tcp proxy?

1351259916018516000


nikiv
HOBBYOP

a year ago

1351260168331071500


nikiv
HOBBYOP

a year ago

yea even this


nikiv
HOBBYOP

a year ago

stalls out


nikiv
HOBBYOP

a year ago

❯ curl -X POST 'py-production-c50c.up.railway.app/health' \
        --header 'Content-Type: application/json' \
        --data-raw ''

nikiv
HOBBYOP

a year ago

can test with this


nikiv
HOBBYOP

a year ago

1351260332936528000


nikiv
HOBBYOP

a year ago

it cancells request


nikiv
HOBBYOP

a year ago

maybe something is down on railway?


nikiv
HOBBYOP

a year ago

happens with metal edge too

1351262173380219000


nikiv
HOBBYOP

a year ago

it worked without metal edge previously


nikiv
HOBBYOP

a year ago

but perphas the load was too large


nikiv
HOBBYOP

a year ago

unclear really why all requests stall out


angelonchain
PRO

a year ago

@nikivi this is for a function right?


nikiv
HOBBYOP

a year ago

no its python server


nikiv
HOBBYOP

a year ago

its fastapi server


nikiv
HOBBYOP

a year ago

it has routes inside


angelonchain
PRO

a year ago

and it has no issue when you test it locally?


nikiv
HOBBYOP

a year ago

1351262863754264800


nikiv
HOBBYOP

a year ago

but now even this fails


nikiv
HOBBYOP

a year ago

yea locally its correct


nikiv
HOBBYOP

a year ago

in fact it was correct in prod too for a while


nikiv
HOBBYOP

a year ago

started to stall out recently


nikiv
HOBBYOP

a year ago

unclear why, I am on pro railway sub


nikiv
HOBBYOP

a year ago

we paid all invoices etc.


brody
EMPLOYEE

a year ago

curious as to why you think this is related to your railway subscription?


nikiv
HOBBYOP

a year ago

we had unpaid invoice that we just paid now


nikiv
HOBBYOP

a year ago

so were curious if that was the case


nikiv
HOBBYOP

a year ago

but we paid it and still requests stall


brody
EMPLOYEE

a year ago

is your deployment active?


nikiv
HOBBYOP

a year ago

yes


nikiv
HOBBYOP

a year ago

1351263248606953500


brody
EMPLOYEE

a year ago

then it's an application level issue


brody
EMPLOYEE

a year ago

well that doesn't really prove its active


nikiv
HOBBYOP

a year ago

oo

1351263390164586800


nikiv
HOBBYOP

a year ago

it returned smth


nikiv
HOBBYOP

a year ago

lets see if things are ok mby


brody
EMPLOYEE

a year ago

remember, it's not productive to default to pointing fingers at the platform


nikiv
HOBBYOP

a year ago

i remember i had an issue though where if many requests come in


nikiv
HOBBYOP

a year ago

railway did not process all of them


nikiv
HOBBYOP

a year ago

i had to turn on some special flag


nikiv
HOBBYOP

a year ago

yea not pointing at railway, just wondering


nikiv
HOBBYOP

a year ago

as the app code did not change


angelonchain
PRO

a year ago

I've never had that problem and I've had a good 400-500/s for some time


nikiv
HOBBYOP

a year ago

server code that is


brody
EMPLOYEE

a year ago

that would be, your app did not process all of them, railway does not process the requests, your app does


nikiv
HOBBYOP

a year ago

ok will investigate more in server


nikiv
HOBBYOP

a year ago

thank you


nikiv
HOBBYOP

a year ago

ok i added another server in EU and it started working


nikiv
HOBBYOP

a year ago

something about about US West was stalling requests

1351265116360020000


nikiv
HOBBYOP

a year ago

not blaming railway, it is weird tho


nikiv
HOBBYOP

a year ago

thanks for help in any way ❤️


brody
EMPLOYEE

a year ago

no problem!


brody
EMPLOYEE

a year ago

!s


Status changed to Solved brody 11 months ago


Loading...