Skip to content

0.11.0: Retry set segmentation

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 10:13
v0.11.0
5701069

Added

  • retries_segmented_by_queue configuration setting to allow segmentation of retry count by queue.

    It is disabled by default as it requires to iterate over all jobs in the retry set and may be very slow if number of retries is huge.

    Pull request #32 by [@SxDx]