France-ioi / AlgoreaBackend

Backend for the new Algorea platform
MIT License
1 stars 2 forks source link

Fix lock timeout when the `results propagation` leads to an unlocked groups #1076

Closed GeoffreyHuck closed 2 months ago

GeoffreyHuck commented 2 months ago

The named lock was asked again without releasing it first, leading to a lock timeout.

It's now out of the scope of the lock, so it'll be released before asking it again.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (6b8e995) to head (44fdd6e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1076 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 236 236 Lines 14318 14318 ========================================= Hits 14318 14318 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.