Homec4science

Warn if daemons are not running

Authored by epriestley <git@epriestley.com> on Jan 14 2014, 22:22.

Description

Warn if daemons are not running

Summary:
Currently, we try to mostly-kind-of-work if daemons aren't running (for example, we send mail in-process). I want to stop doing this. A major motivator is that metamta.send-immediately is confusing for a lot of users and frequently the cause of performance problems. Increasingly, functionality of applications depends on the daemons (Harbormaster, Drydock, Nuance all require daemons to do anything at all). They're also fairly stable/robust/well-tested and no reasonable install should be running without them.

This will let us simplify or remove some flags (like metamta.send-immediately) and simplify some other processes like search indexing.

Test Plan: Stopped daemons, loaded warnings, saw daemon warning. Started daemons, reloade, no warning.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T3857

Differential Revision: https://secure.phabricator.com/D7964

Details

Committed
epriestley <git@epriestley.com>Jan 14 2014, 22:22
Pushed
aubortJan 31 2017, 17:16
Parents
rPHd392a8f15700: Replace "web" and "conduit" magic session strings with constants
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHf060d8eb8fc1: Warn if daemons are not running (authored by epriestley <git@epriestley.com>).Jan 14 2014, 22:22