...
Detail:
We use the Push Web Job in Azure to push messages data between SupplyStream and iHub when certain events occur. Clients that are subscribed to various Push Services in iHub will receive these push messages.
Transient errors such as a connection being temporarily unavailable can occur in Azure. We are adding automatic retry logic to the Push Web Job to handle these transient errors and increase the resiliency of the application.
...