Skip to content

Fixes#36

Open
TuxRich wants to merge 3 commits intouewepuep:masterfrom
TuxRich:fixes
Open

Fixes#36
TuxRich wants to merge 3 commits intouewepuep:masterfrom
TuxRich:fixes

Conversation

@TuxRich
Copy link
Contributor

@TuxRich TuxRich commented Mar 2, 2026

Fix for Missing Results on refresh

I have added a retry for DB writes, we had a few crashes at BIRD when Trackside failed to write the file and it crashed in the middle of a race, I have only once manged to reproduce this once on my dev laptop so I think its very hardware dependent, it now try's 3 times and logs instead of crashing.

Remote Notifier: Wait for all pilots then send one notification with all pilots
before it would send one per pilot in the race, sometimes with missing pilots, this makes working with the data in external programs much simpler.

TuxRich added 3 commits March 2, 2026 12:57
if writes to a json failed the program just crashed before, with this it retries 3 times with 200ms between try's
before it would send one per number of pilots, sometimes with missing pilots, this makes working with the data in external programs much simpler.
@uewepuep
Copy link
Owner

Hi TuxRich!

We've actually already got a retry on db fail in JSON IO which all writes/reads go through anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants