Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14026322
D19597.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D19597.diff
View Options
diff --git a/src/applications/config/option/PhabricatorPHDConfigOptions.php b/src/applications/config/option/PhabricatorPHDConfigOptions.php
--- a/src/applications/config/option/PhabricatorPHDConfigOptions.php
+++ b/src/applications/config/option/PhabricatorPHDConfigOptions.php
@@ -34,9 +34,14 @@
->setSummary(pht('Maximum taskmaster daemon pool size.'))
->setDescription(
pht(
- 'Maximum number of taskmaster daemons to run at once. Raising '.
- 'this can increase the maximum throughput of the task queue. The '.
- 'pool will automatically scale down when unutilized.')),
+ "Maximum number of taskmaster daemons to run at once. Raising ".
+ "this can increase the maximum throughput of the task queue. The ".
+ "pool will automatically scale down when unutilized.".
+ "\n\n".
+ "If you are running a cluster, this limit applies separately ".
+ "to each instance of `phd`. For example, if this limit is set ".
+ "to `4` and you have three hosts running daemons, the effective ".
+ "global limit will be 12.")),
$this->newOption('phd.verbose', 'bool', false)
->setLocked(true)
->setBoolOptions(
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 12:59 AM (4 d, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6719906
Default Alt Text
D19597.diff (1 KB)
Attached To
Mode
D19597: Document that `phd.taskmasters` is a local setting, per daemon
Attached
Detach File
Event Timeline
Log In to Comment