Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14437137
D8447.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
D8447.diff
View Options
diff --git a/conf/default.conf.php b/conf/default.conf.php
--- a/conf/default.conf.php
+++ b/conf/default.conf.php
@@ -941,7 +941,8 @@
// task will be created for each uri that posts the story data to the uri.
// Daemons automagically retry failures 100 times, waiting $fail_count * 60s
// between each subsequent failure. Be sure to keep the daemon console
- // (/daemon/) open while developing and testing your end points.
+ // (/daemon/) open while developing and testing your end points. You may need
+ // to restart your daemons to start sending http requests.
//
// NOTE: URIs are not validated, the URI must return http status 200 within
// 30 seconds, and no permission checks are performed.
diff --git a/src/applications/feed/config/PhabricatorFeedConfigOptions.php b/src/applications/feed/config/PhabricatorFeedConfigOptions.php
--- a/src/applications/feed/config/PhabricatorFeedConfigOptions.php
+++ b/src/applications/feed/config/PhabricatorFeedConfigOptions.php
@@ -38,7 +38,8 @@
"story data to the uri. Daemons automagically retry failures 100 ".
"times, waiting \$fail_count * 60s between each subsequent ".
"failure. Be sure to keep the daemon console (/daemon/) open ".
- "while developing and testing your end points.\n\n".
+ "while developing and testing your end points. You may need to".
+ "restart your daemons to start sending http requests.\n\n".
"NOTE: URIs are not validated, the URI must return http status ".
"200 within 30 seconds, and no permission checks are performed.")),
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 27, 12:58 AM (6 h, 27 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6930672
Default Alt Text
D8447.diff (1 KB)
Attached To
Mode
D8447: Add a note suggesting restarting daemons for feed.http-hooks
Attached
Detach File
Event Timeline
Log In to Comment