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
It would be nice to track the exceptions which happen when it is not possible to publish a message, for example, when there is a connectivity problem.
At the moment, there is the post_publish_failure middleware which is called when there is a timeout error (google.cloud.pubsub_v1.exceptions.TimeoutError, but it would not be called for any other error like google.api_core.exceptions.RetryError.
It would be nice to consider the possibility to track these messages through the existing post_publish_failure middleware or new middleware.
The text was updated successfully, but these errors were encountered:
It would be nice to track the exceptions which happen when it is not possible to publish a message, for example, when there is a connectivity problem.
At the moment, there is the
post_publish_failure
middleware which is called when there is a timeout error (google.cloud.pubsub_v1.exceptions.TimeoutError
, but it would not be called for any other error likegoogle.api_core.exceptions.RetryError
.It would be nice to consider the possibility to track these messages through the existing
post_publish_failure
middleware or new middleware.The text was updated successfully, but these errors were encountered: