Skip to content

Draft: Refactor start/restart pleroma

Alexander Strizhakov requested to merge refactor/start-restart-pleroma into develop

Start is divided into 4 phases.

  • Init (repo and dynamic supervisor are starting)
  • Update env (loading config from database and updating environment)
  • Static children (starting children, which don't require any configuration or are configured in runtime)
  • Dynamic children (starting children, which require restart after changing special config settings)
Edited by Alexander Strizhakov

Merge request reports