Revision 1ef6ba0cf0e7ccad49e70480feb792abd2f4adde authored by Maxim Zhiltsov on 07 November 2023, 17:03:47 UTC, committed by GitHub on 07 November 2023, 17:03:47 UTC
It's possible to get more than 1 GT job in a task in the case of
concurrent creation requests.
This PR fixes this by introducing a task row-level lock in the DB for
the update transaction.

- Fixed GT job creation race condition

1 parent 92f5181
History
File Mode Size
cvat_sdk
gen
requirements
.gitignore -rw-r--r-- 946 bytes
.openapi-generator-ignore -rw-r--r-- 1.2 KB
.remarkignore -rw-r--r-- 15 bytes
MANIFEST.in -rw-r--r-- 83 bytes
README.md -rw-r--r-- 1.0 KB
pyproject.toml -rw-r--r-- 383 bytes

README.md

back to top