DM
DM
RRailway
Created by DM on 1/20/2024 in #✋|help
Firebase/Firestore access errors
e9489f6a-7b0a-45d9-8268-5cd182f9c22c Flask app. Deployed a function which runs correct normally, but fails when deployed to production. Failure point appears to be trying to retrieve data from firebase firestore. I've already validated that I'm not simply missing the key (json access file is stored in the repo) Any idea what the issue could be?
45 replies
RRailway
Created by DM on 7/18/2023 in #✋|help
limit-request-line parameter
I've got a flask app running with a procfile. What parameters does railway accept in the procfile? I've tried to configure limit-request-line=8190, however this doesn't seem to register in the deploys.
48 replies
RRailway
Created by DM on 6/11/2023 in #✋|help
RLIMIT NPROC?
Is anyone familiar with the following error - or what could be causing it? OpenBLAS blas_thread_init: pthread_create failed for thread 1 of 64: Resource temporarily unavailable OpenBLAS blas_thread_init: RLIMIT_NPROC -1 current, -1 max
51 replies
RRailway
Created by DM on 4/24/2023 in #✋|help
Diagnosing sporadic timeout
What's the best way to diagnose sporadic worker timeout? Probably 1 out of every 20 requests times out - and there's no clear patterns on the cause. Re-running the same request subsequently usually works fine - so it doesn't look like an edge case breaking issue.
173 replies