Merge "Add release note about redis jobboard driver updates"

This commit is contained in:
Zuul 2024-03-08 14:11:15 +00:00 committed by Gerrit Code Review
commit 46ce3ef2d0
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
---
features:
- |
The new ``[task_flow] jobboard_backend_username`` option has been added, to
support Redis ACL feature.
- |
Previously, redis jobboard driver used only the first host in
``[task_flow] jobboard_backend_hosts`` when connecting to Redis Sentinel.
Now the driver attempts the other hosts as fallbacks.