Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(scan): fix deadlock on resource transactions during concurrent scans #5968

feat(scan): add deadlock retry mechanism to scan task

284e360
Select commit
Loading
Failed to load commit list.
Merged

fix(scan): fix deadlock on resource transactions during concurrent scans #5968

feat(scan): add deadlock retry mechanism to scan task
284e360
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 29, 2024 in 0s

61.90% of diff hit (target 89.93%)

View this Pull Request on Codecov

61.90% of diff hit (target 89.93%)

Annotations

Check warning on line 183 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L182-L183

Added lines #L182 - L183 were not covered by tests

Check warning on line 186 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L185-L186

Added lines #L185 - L186 were not covered by tests

Check warning on line 189 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 195 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L191-L195

Added lines #L191 - L195 were not covered by tests

Check warning on line 200 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L199-L200

Added lines #L199 - L200 were not covered by tests

Check warning on line 202 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L202

Added line #L202 was not covered by tests

Check warning on line 261 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L261

Added line #L261 was not covered by tests

Check warning on line 266 in api/src/backend/tasks/jobs/scan.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/backend/tasks/jobs/scan.py#L266

Added line #L266 was not covered by tests