SymphonyPlatformSolutions / symphony-api-client-node

Symphony API Client for NodeJS
MIT License
6 stars 20 forks source link

PLAT-10955 Datafeed Loop continues to retry on any 500 error #102

Closed thibauult closed 3 years ago

thibauult commented 3 years ago

Ticket

PLAT-10955

Description

This fix actually similar to what we've recently done on the Java BDK, see: https://github.com/finos/symphony-bdk-java/issues/504. The Datafeed Loop now retries on any 500 error.

Checklist