raiden-network / raiden

Raiden Network

Home Page:https://developer.raiden.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add retries to the http requests

fredo opened this issue · comments

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.