-
-
Notifications
You must be signed in to change notification settings - Fork 680
Closed
Labels
Description
On the Live Demo, the unoconv
listener process did become a zombie for some reason.
While unoconv
is still working (it creates a dedicated LibreOffice instance in such a scenario), the conversions are way slower.
In order to prevent this from happening, we have to:
- Check the state of the
unoconv
listener process. - If state is invalid (no such process / zombie), try to restart the listener.
- If restart fails,
/health
endpoint should return an error.