Discussions

Ask a Question
Back to All

Using IMIS forms calls REST what's the best practice for error handling

Using IMIS forms calls REST what's the best practice recommended if the rest call fails? Support believed the recommendation is that developers should be using the Circuit Breaker pattern with API calls, i.e. they give up after x failures and do not spam the API however this would result in missing data.