1
Fork 0
generated from lucas/rust-template
Code Issues 1 Pull requests 9 Activity
Var Dump:
dumpVar: only available in dev mode
Mailing List
ntfy-collector/src
Lucas Schwiderski 18efbb0957
Catch failing worker threads
Previously if one of the threads other than the server failed,
it would log the error but continue to run in a broken state.
So instead this makes sure than if any thread finishes the whole
application stops.
Since all worker threads should always wait indefinitely for more work,
this should only happen if one of them bails on an error.
2024-09-24 11:48:15 +02:00
..
worker Reduce logging noise 2024-09-20 10:27:50 +02:00
main.rs Catch failing worker threads 2024-09-24 11:48:15 +02:00
types.rs Expose logging functions to Lua 2024-09-19 13:52:36 +02:00