wizbots / labtab

0 stars 0 forks source link

Infinite upload of video when response from server is 50x #118

Open internetmosquito opened 5 years ago

internetmosquito commented 5 years ago

While testing v1.8.7 we noticed that if server returns a 50x response

In this particular case, this happened testing in staging, related issue:

https://github.com/wizbots/wizbots/issues/2517

Make whatever changes necessary so if you get such a response from API, the app does not get totally deadlock. Implementing circuit breaker pattern here might be a good option

kapoorutd commented 5 years ago

@internetmosquito

To fix the above mentioned issue, I need v1.8.7 build code. Please do the needful.

internetmosquito commented 5 years ago

@kapoorutd what's the status with this one?