You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GenericNotifier in broker/webhook/notifier.go is strictly asynchronous fire-and-forget. Events are enqueued and delivered by a worker pool with no response handling. There is no request-response webhook mode, so external systems cannot allow/deny operations via webhooks.
GenericNotifier in broker/webhook/notifier.go is strictly asynchronous fire-and-forget. Events are enqueued and delivered by a worker pool with no response handling. There is no request-response webhook mode, so external systems cannot allow/deny operations via webhooks.