#954 RetryError exceptions can kill kojid
Opened by mikem. Modified

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

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

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

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/954

Please continue any further discussion there.

Metadata