MetPX / sr_insects

test cases for sarracenia python and c implementations.
GNU General Public License v2.0
0 stars 0 forks source link

Add `retryEmptyBeforeExit True` to post config files #11

Closed reidsunderland closed 2 years ago

reidsunderland commented 2 years ago

Adds retryEmptyBeforeExit True to flakey broker post config files.

When DiskQueues are used by Sarracenia instead of looping when messages cannot be posted to the broker, post will exit and not retry posting until the post is started again. In the flow tests, the posts are never restarted, so this option prevents a post from exiting before its retry DiskQueues are empty.

Related links: