Closed apstndb closed 2 years ago
In current implementation of dsmiddleware/rpcretry,
dsmiddleware/rpcretry
code = Aborted desc = too much contention on these datastore entities. please try again. entity group key: ...
is retried and repeat
code = InvalidArgument desc = The referenced transaction has expired or is no longer valid.
They should not be retried.
Official Documentation: Errors and Error Handling https://cloud.google.com/datastore/docs/concepts/errors?hl=en#error_codes
In current implementation of
dsmiddleware/rpcretry
,is retried and repeat
They should not be retried.