ipfs-cluster/pintracker
Hector Sanjuan 12b8ce63ce stateless: abort when ipfs PinLs errors
Unfortunately we were not paying attentions to errors while rpc-streaming pins
in the pintracker. The result is that the StatusAll operation would list all
the pins as unexpectedly unpinned when ipfs is offline, and this would result in
recover/requeing operations for all pins when ipfs is offline.

This commits changes the behaviour so that if IPFS Pin/ls has resulted in an
error, then the StatusAll operation cannot complete at all.
2022-09-15 16:40:34 +02:00
..
optracker Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00
stateless stateless: abort when ipfs PinLs errors 2022-09-15 16:40:34 +02:00
pintracker_test.go Dependency upgrades (#1755) 2022-09-06 16:57:17 +02:00