New API feature: retry after endpoint error
In order to have a common way of managing endpoint errors when the system pushes data, a new retry mechanism has been implemented.
The Push API will send data to the endpoint defined in the group configuration, and wait for a 200 code in return. If the system doesn't receive a 200 response, a new try will be done after 60 seconds. If the retry fails, an error is logged with the missed data and error code returned.
More information: Skiply Push API specifications