This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
nebolintegration_retryscheme [2021/09/27 01:25] – nebol | nebolintegration_retryscheme [2021/09/27 01:26] (current) – nebol | ||
---|---|---|---|
Line 9: | Line 9: | ||
The sceme consists of a number (how long), a letter (s,m,h,d), an x (times) and one more number (count). | The sceme consists of a number (how long), a letter (s,m,h,d), an x (times) and one more number (count). | ||
- | " | + | < |
+ | " | ||
+ | </ | ||
+ | This means it will wait 30 seconds and then try again, and it will do this three times before giving up | ||
- | " | + | < |
+ | " | ||
+ | </ | ||
+ | This means it will try every minute for five minutes, then every hour for 24 hours, then every day for a week, and finally every month (approx) for a year | ||
- | Even if you supply no scheme for your integration, | + | Even if you supply no scheme for your integration, |
When it has tried all the times according to the schedule without success, it will set the Status on the IntegrationQueue record to 4 (GaveUp) and nothing more will be done. | When it has tried all the times according to the schedule without success, it will set the Status on the IntegrationQueue record to 4 (GaveUp) and nothing more will be done. | ||