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)
Wed, Apr 17, 7:20 PM
Unknown Object (File)
Mon, Apr 1, 9:52 AM
Unknown Object (File)
Fri, Mar 29, 12:47 AM
Unknown Object (File)
Thu, Mar 28, 8:52 PM
Unknown Object (File)
Thu, Mar 28, 4:07 PM
Unknown Object (File)
Wed, Mar 27, 2:22 PM
Unknown Object (File)
Mar 16 2024, 6:21 AM
Unknown Object (File)
Mar 10 2024, 3:24 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
Branch
master
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 4497
Build 4511: [Placeholder Plan] Wait for 30 Seconds

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.