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
Context: in pubsub the notion of delayed message is not natively supported, so the lib is emulating by setting a custom attribute and having a dedicated behavior in how it pushes and receives messages.
Since this part in under our control, we can maybe think of ways of exposing an approximation of how many messages are currently delayed. An idea: counting how many messages bring that specific custom attribute.
The text was updated successfully, but these errors were encountered:
Context: in pubsub the notion of delayed message is not natively supported, so the lib is emulating by setting a custom attribute and having a dedicated behavior in how it pushes and receives messages.
Since this part in under our control, we can maybe think of ways of exposing an approximation of how many messages are currently delayed. An idea: counting how many messages bring that specific custom attribute.
The text was updated successfully, but these errors were encountered: