Aimeedeer / realtps

https://realtps.net
MIT License
93 stars 25 forks source link

Handle panicking jobs #65

Open brson opened 1 year ago

brson commented 1 year ago

It's not clear what happens if a job panics. In https://github.com/Aimeedeer/realtps/issues/64 a job might have panicked.

Probably it should be similar to when a job errors. Log something, wait a bit, then retry.