Skip to content

Commit cdd1bda

Browse files
committed
Update Changelog
1 parent 6b2927e commit cdd1bda

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,33 @@
88

99
[//]: # (towncrier release notes start)
1010

11+
## 3.109.1 (2026-04-22) {: #3.109.1 }
12+
13+
### REST API {: #3.109.1-rest-api }
14+
15+
#### Bugfixes {: #3.109.1-rest-api-bugfix }
16+
17+
- Fixed RedisWorker stalling when more than 20 tasks are waiting on the same resource.
18+
The worker now doubles its fetch limit and retries until a runnable task is found or the
19+
entire queue has been examined.
20+
[#7612](https://github.com/pulp/pulpcore/issues/7612)
21+
- Fixed RedisWorker not always respecting FIFO order of tasks with shared resources.
22+
[#7616](https://github.com/pulp/pulpcore/issues/7616)
23+
24+
### Plugin API {: #3.109.1-plugin-api }
25+
26+
No significant changes.
27+
28+
### Pulp File {: #3.109.1-pulp-file }
29+
30+
No significant changes.
31+
32+
### Pulp Cert Guard {: #3.109.1-pulp-cert-guard }
33+
34+
No significant changes.
35+
36+
---
37+
1138
## 3.109.0 (2026-04-21) {: #3.109.0 }
1239

1340
### REST API {: #3.109.0-rest-api }

0 commit comments

Comments
 (0)