Current Limitation
Currently, WebSubHub message delivery retries are tightly coupled with HTTP client retries. Once the HTTP retries are exhausted, the subscription is marked as stale and message delivery is paused until the subscriber resubscribes.
In an enterprise environment, however, resubscription may not be feasible when the number of subscribed applications grows, especially since we do not have a UI-based mechanism to easily identify stale subscribers.