Feed HTTP tasks retry forever, but if they don't 200 on the endpoint they should check if the URI is still present in configuration. If it has been removed, they should permanently fail.
Description
Description
Revisions and Commits
Revisions and Commits
Event Timeline
Comment Actions
- In FeedPublisherHTTPWorker, before making the request, pull feed.http-hooks from config.
- If the URI is no longer present, throw PhabricatorWorkerPermanentFailureException to permanently fail the request.