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
Transaction objects in the Google datastore client are not threadsafe. While it doesn't seem like a common usecase to share a transaction object across threads or coroutines, we should add synchronization around puts in a transaction to be sure that this isn't a problem.
Transaction objects in the Google datastore client are not threadsafe. While it doesn't seem like a common usecase to share a transaction object across threads or coroutines, we should add synchronization around puts in a transaction to be sure that this isn't a problem.
KA-internal issue: INFRA-2835