Skip to content

Custom error for bad push url

Alok Joshi requested to merge handle_client_5xx into master

As of today, Notification service does not log which client (subscription) is corrupted/unable to process requests that are sent to the pushUrl as part of the notifySubscriber method. To narrow down on bad clients, we can log more details about the subscription. Also, we can return a custom Http status (424 FAILED_DEPENDENCY) to separate out all such errors in monitoring.

Merge request reports