NewPath-Consulting / quickbooks-for-wildapricot

QuickBooks for Wild Apricot - Never miss an entry and have peace of mind knowing your books are always up-to-date with accurate transactions. Reduce stress and errors with automated, categorized entries from Wild Apricot to your QuickBooks accounts.
https://newpathconsulting.com/waqm
Apache License 2.0
1 stars 1 forks source link

When a license check errors out due to an error from the webhook the licence check error is sent #109

Open asirota opened 1 year ago

asirota commented 1 year ago

Any license check errors that occur due to a Make HTTP error should be caught and notify support@newpathconsulting.com as well as send a slack message to the _operational-alerts channel on Slack.

thelontx commented 1 year ago

Adding to this.... We can also add an error handler on the HTTP module to catch and handle certain types of errors.

e.g. on May 14, the License Check appears to have failed for a temporary outage of the host site? (502 bad gateway error) This could have been retried after X minutes and likely would have worked.

thelontx commented 11 months ago

Suggest adding a "wait 15 minutes" and retry error handler. Good idea for any of our HTTP modules to have similar error handler.