Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15398343
D15464.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
546 B
Referenced Files
None
Subscribers
None
D15464.diff
View Options
diff --git a/src/infrastructure/daemon/workers/PhabricatorTriggerDaemon.php b/src/infrastructure/daemon/workers/PhabricatorTriggerDaemon.php
--- a/src/infrastructure/daemon/workers/PhabricatorTriggerDaemon.php
+++ b/src/infrastructure/daemon/workers/PhabricatorTriggerDaemon.php
@@ -411,7 +411,7 @@
}
// If we haven't loaded sources yet, load them first.
- if (!$this->nuanceSources) {
+ if (!$this->nuanceSources && !$this->nuanceCursors) {
$this->anyNuanceData = false;
$sources = id(new NuanceSourceQuery())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 12:01 AM (4 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7389381
Default Alt Text
D15464.diff (546 B)
Attached To
Mode
D15464: Fix a minor issue in Nuance which could cause the trigger daemon to poll too often
Attached
Detach File
Event Timeline
Log In to Comment