TheDMSGroup / mautic-contact-client

Create custom integrations without writing code, like having your own Zapier.
GNU General Public License v3.0
95 stars 33 forks source link

[ENG-853] Corrections to Auto-Retry #201

Closed heathdutton closed 5 years ago

heathdutton commented 5 years ago

Specifically for off schedule situations.

Apparently we’ve been auto-retrying those based on the API payload setting. That’s not accurate because we now have an explicit Queue Off Schedule option which should supersede that checkbox.

The workaround to avoid this scenario is to uncheck that checkbox, but this PR resolves the issue by setting off schedule events as not retrying by default. That is overrides by the “Queue Off Schedule” switch, if flipped.