raiden icon indicating copy to clipboard operation
raiden copied to clipboard

Add retries to the http requests

Open fredo opened this issue 4 years ago • 1 comments

We should retry upon connection loss (on requests level)

This should be separated case by case.

  • Blockchain Task
  • PFS
  • Matrix

fredo avatar Jul 02 '21 14:07 fredo

We could do testing this way:

  • start Raiden
  • kill the network
  • watch where it fails
  • fix the failure

Repeat until done.

istankovic avatar Jul 02 '21 15:07 istankovic