docs: Document Retry Strategy configuration fields (7.2 backport)#767
Open
promptless-for-oss wants to merge 1 commit into
Open
docs: Document Retry Strategy configuration fields (7.2 backport)#767promptless-for-oss wants to merge 1 commit into
promptless-for-oss wants to merge 1 commit into
Conversation
| :width: 600 | ||
| :alt: Retry strategy defaults | ||
|
|
||
| * **Max retries** - The maximum number of times Mautic retries a failed message before giving up. Set to ``0`` to turn off retries. Negative values aren't allowed. The default is ``3``. |
Author
There was a problem hiding this comment.
The default values and validation rules for the Max retries, Delay, Multiplier, and Max delay fields (no negatives; Multiplier must be at least 1) come from mautic/mautic PR #16157, which validates these retry-strategy numeric fields in the Queue Settings form. Backported from PR #720 (the 7.1 docs change) to branch 7.2.
Source: mautic/mautic#16157
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Backport of PR #720 to branch 7.2. Adds documentation for the Queue Settings → Retry Strategy fields (Max retries, Delay, Multiplier, Max delay) including default values and valid ranges, and fixes "behaviour" → "behavior" in the section intro. Documents that Multiplier values less than 1 aren't allowed, and Max retries, Delay, and Max delay don't accept negative values.
Tip: Assign suggestions to team members in the Promptless dashboard to claim work 👥