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.
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.