#954 RetryError exceptions can kill kojid
Opened 5 years ago by mikem. Modified 2 years ago

The outer loop in kojid ignores most exceptions and keeps going. However, it will re-raise RetryError exceptions, resulting in the daemon exiting.

This paranoia might not be necessary -- continuing in this case is probably no worse than manually restarting the daemon.

Also, for the relatively few hub calls made in the main process that can result in this error, it might be worthwhile to trap them at call time and respond when we know the context.


Not a high priority for now. Tagging as backlog

Metadata Update from @mikem:
- Issue priority set to: Low (was: Normal)
- Issue tagged with: backlog

5 years ago

Isn't it "workarounded" now by Restart policy in systemd service file?

Metadata Update from @tkopecek:
- Custom field Size adjusted to None

2 years ago

Login to comment on this ticket.

Metadata