a day ago
it seems that railway has updated something in the infrastructure that made the connection to mongodb always timing out, we used to have mongodb version 8.0 but it was failing as well
6 Replies
a day ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • 1 day ago
0x5b62656e5d
Are there any errors in the Mongo service?
a day ago
nope, not at all, as you can see the latest log is mongodb started, but it shows that it's crashed, and our cms is timing out trying to connect, this used to work fine a couple of days ago and we did no changes
Attachments
0x5b62656e5d
What happens if you press "Load more"?
a day ago
nothing :D
Attachments
a day ago
i'm not sure if this is related, but some peoples here also encounter issues when trying to deploy mongo 8.0 after may 19 outage and this is known issue when using linux kernel, you can try put this env var
GLIBC_TUNABLES="glibc.pthread.rseq=1" and see if this stopped the app from crashing
here is the link where i found the fix: