lythx / trakman

Trackmania Forever server controller written in TypeScript
https://trakman.ptrk.eu
MIT License
24 stars 4 forks source link

on the very first start, a ton of database errors pop up #210

Closed wsrvn closed 8 months ago

wsrvn commented 1 year ago

initially reported in #208, but known for quite some time: on the very first controller start, you will encounter a plethora of database errors that are related to operations executing in parallel.

quoting my friend @lythx:

fixing it would be insanely cancer cuz we purposefully dont await some actions as they take time on launch but when the db gets created theres just too many calls and delay is too big so it crashes

you could always restart a few times tho..

VTXSRB commented 1 year ago

Can You Mention This Issue Again

wsrvn commented 1 year ago

210

VTXSRB commented 11 months ago

One More Time Please !

wsrvn commented 8 months ago

cant reproduce with node 21.4.0 and psql 16.1, assuming its fixed