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
{{ message }}
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.
If there's an error on one of the resources in parsed_message.resources, we immediately ack the message. But if not, we want until all of the processing is done.
Is this a problem?
The text was updated successfully, but these errors were encountered:
There's two locations where we ack a pubsub message on error inside of a loop:
real-time-enforcer/app/run.py
Line 187 in cb8cd82
real-time-enforcer/app/run.py
Line 203 in cb8cd82
If there's an error on one of the resources in
parsed_message.resources
, we immediately ack the message. But if not, we want until all of the processing is done.Is this a problem?
The text was updated successfully, but these errors were encountered: