Query about API deployed with a free account
malgusto
TRIALOP

2 years ago

Hello, I have deployed an API using FastAPI in Python, but sometimes it gives me an error as if it didn't connect, as if it shut down. Does the free account have a connection limit?"

3 Replies

2 years ago

slight correction, Railway does not have a free account, you would be referring to the trial account.

the trial account has no such connection limits, the only limits would be on vCPUs, Memory, and Disk.

please attach any errors you are getting so we can narrow down the point of failure.


malgusto
TRIALOP

2 years ago

slight correction, Railway does not have a free account, you would be referring to the trial account.

the trial account has no such connection limits, the only limits would be on vCPUs, Memory, and Disk.

please attach any errors you are getting so we can narrow down the point of failure.

Ah, okay, I just realized it crashes when I make several queries due to the RAM.

Thanks!


2 years ago

in that case an upgrade to hobby would be in order, once upgraded go ahead and redeploy the service so your app can gain access to the additional resources.


Loading...