DM
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
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
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