Commit 4310d43
committed
Adds additional lock cleanup to worker cleanup
As another layer of security to guard against lock cleanup not occurring
due to Redis not delivering the _release_resource task, ensure all locks
are also cleaned up even for tasks that are in their final states.
backports #7907
fixes #9547
(cherry picked from commit 516df31)1 parent 9760583 commit 4310d43
File tree
2 files changed
+9
-2
lines changed- CHANGES
- pulpcore/tasking/services
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
| |||
0 commit comments