shatteredsilicon / ssm-submodules

GNU Affero General Public License v3.0
0 stars 2 forks source link

Make qan-agent spool writing goroutine auto-restart when it crashes #207

Closed oblitorum closed 4 months ago

oblitorum commented 9 months ago

Currently in qan-agent project, the spool writing goroutine won't auto-restart if it crashes, which lead to the qan data lost. It would be better to make it auto-restart so that the qan data harvesting can continue.

@gordan-bobic

gordan-bobic commented 9 months ago

Implement the auto-restart, with some additional logging. Keep this ticket open until we figure out the root cause(s) of the crash.

oblitorum commented 4 months ago

The root cause should be fixed with this PR