You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Using systemd to control synapse is mostly working, however we are currently unable to manage multiple workers in a 100% reliable fashion, as we cannot reliably tell when the master process has finished starting up compared to the worker processes.
It would be good to integrate with sd_notify such that if configured, synapse could pass READY=1 to systemd on a successful startup.
While working on this we could also provide the STATUS= to provide feedback on current state of synapse while starting [eg, if long-running background processes are going, such as DB re-indexing]