680050dcbe
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
7 lines
279 B
YAML
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.
|