Page MenuHomePhabricator

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

Authored by eliaspro on Feb 14 2015, 7:31 PM.
Tags
None
Referenced Files
F15529639: D11768.id28376.diff
Tue, Apr 22, 9:24 PM
F15512731: D11768.id.diff
Thu, Apr 17, 1:15 PM
F15509358: D11768.diff
Wed, Apr 16, 11:48 AM
F15477099: D11768.id28374.diff
Mon, Apr 7, 12:30 PM
F15414022: D11768.id28376.diff
Mar 19 2025, 10:33 PM
F15400976: D11768.id.diff
Mar 17 2025, 3:02 PM
F15400660: D11768.id28374.diff
Mar 17 2025, 1:11 PM
F15396287: D11768.diff
Mar 16 2025, 1:15 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.