File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments