Page MenuHomePhabricator

Correct `notification.pid` to `notification.pidfile`
ClosedPublic

Authored by eliaspro on Feb 14 2015, 7:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jun 25 2026, 8:09 AM
Unknown Object (File)
Jun 22 2026, 9:26 PM
Unknown Object (File)
Jun 22 2026, 12:52 PM
Unknown Object (File)
Jun 22 2026, 6:04 AM
Unknown Object (File)
Jun 21 2026, 8:04 AM
Unknown Object (File)
Jun 20 2026, 9:18 PM
Unknown Object (File)
Apr 14 2026, 9:31 AM
Unknown Object (File)
Apr 11 2026, 11:09 PM
Subscribers

Details

Summary

The correct conf variable is notification.pidfile, not notification.pid.
See also:

  • src/applications/config/option/PhabricatorNotificationConfigOptions.php:58
  • src/applications/aphlict/management/PhabricatorAphlictManagementWorkflow.php:34
Test Plan

Grepped the whole source of Phabricator for occurences of notification.pid,
but all matches pointed to notification.pidfile instead.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

eliaspro retitled this revision from to Correct `notification.pid` to `notification.pidfile`.
eliaspro updated this object.
eliaspro edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Feb 14 2015, 10:32 PM
This revision was automatically updated to reflect the committed changes.