2018.3.5.rst 750 B

12345678910111213141516
  1. ========================================
  2. In Progress: Salt 2018.3.5 Release Notes
  3. ========================================
  4. Version 2018.3.5 is an **unreleased** bugfix release for :ref:`2018.3.0 <release-2018-3-0>`.
  5. This release is still in progress and has not been released yet.
  6. Master Configuration Changes
  7. ============================
  8. To fix `#53411`_ a new configuration parameter `event_listen_queue_max_seconds` is provided.
  9. When this is set to a value greater than 0 and `event_listen_queue` is not 0, if the oldest event
  10. in the listen queue is older than `event_listen_queue_max_seconds`, the queue will be flushed to
  11. returners regardless of how many events are in the queue.
  12. .. _`#53411`: https://github.com/saltstack/salt/issues/53411