tripleo-common/releasenotes/notes/break-up-messages-0c438e658ce32892.yaml
James Slagle 680050dcbe Break up messages to avoid max message size
Messages posted back to a zaqar queue by the ansible-playbook action
could easily exceed the max message size for the queue. Instead of
posting a single message each time, break it up based on the max message
size and post a separate message for each.

Change-Id: If51416120b690c28cff4e909799246c16cd96fc0
Closes-Bug: #1737026
2017-12-14 14:30:51 -05:00

7 lines
279 B
YAML

---
fixes:
- Messages posted back to a zaqar queue by the ansible-playbook action could
easily exceed the max message size for the queue. Instead of posting a
single message each time, break it up based on the max message size and
post a separate message for each.