raiden-network/raiden

Add retries to the http requests

fredo opened this issue · 1 comments

fredo commented

We should retry upon connection loss (on requests level)

This should be separated case by case.

  • Blockchain Task
  • PFS
  • Matrix

We could do testing this way:

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

Repeat until done.