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
assets
content
i18n
layouts
static
templates
themes
README.md -rw-r--r-- 2.9 KB
build_docs.py -rwxr-xr-x 3.5 KB
config.toml -rw-r--r-- 7.0 KB
package-lock.json -rw-r--r-- 62.1 KB
package.json -rw-r--r-- 541 bytes
process_sdk_docs.py -rwxr-xr-x 8.7 KB
requirements.txt -rw-r--r-- 73 bytes

README.md

back to top