Page MenuHomeIsabelle/Phabricator
Diviner Phabricator Tech Docs PhabricatorDaemonOverseerModule

final class PhabricatorDaemonOverseerModule
Phabricator Technical Documentation (Daemons)

Overseer module.

The primary purpose of this overseer module is to poll for configuration changes and reload daemons when the configuration changes.

Methods

public function shouldReloadDaemons()

This method is not documented.
Return
wild

private function loadConfigVersion()

Calculate a version number for the current Phabricator configuration.

The version number has no real meaning and does not provide any real indication of whether a configuration entry has been changed. The config version is intended to be a rough indicator that "something has changed", which indicates to the overseer that the daemons should be reloaded.

Return
int

private function updateConfigVersion()

Check and update the configuration version.

Return
boolTrue if the daemons should restart, otherwise false.