application-research / autoretrieve

A server to make GraphSync data accessible on IPFS
22 stars 7 forks source link

fix: filter candidates if we are _at_ or above the SP's max-concurrent #132

Closed rvagg closed 1 year ago

rvagg commented 1 year ago

Currently it's >, not >=, but when it hits retrieval-proper it does a >= so candidates can make it through this step but fail at retrieval because they are maxxed out. This now matters because we are reporting metrics on the number candidates that get through.