Open
Description
Description
The current webhook system lacks delivery guarantees, creating a risk of subscribers missing critical node status updates when webhook processing fails. Without a recovery mechanism, subscribers may operate with stale or incorrect node state information, potentially impacting system reliability.
Proposed Solution
Implement a manual webhook trigger API endpoint on the orchestrator that:
Sends the current state of all nodes (or specified nodes) to registered webhook subscribers
Returns confirmation of successful delivery attempts
Allows subscribers to request a full state sync on-demand