filecoin-project/dealbot

Repeated storage/retrieval deal scheduling

Aperta

#336 aperta il 9 nov 2021

 (0 commenti) (0 reazioni) (0 assegnatari)Go (8 fork)github user discovery
P1good first issueworkstream/general

Metriche repository

Star
 (34 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Expected behavior When a storage + retrieval deal is schedule in the following way:

  • SP fXXXXXX will receive 1 storage deal at 1405 UTC every day for the next 30 days (720h)
  • for each of these storage deals, 3 retrieval deals will be attempted (every 24h for 72h)
  • the first retrieval will fail since the timestamps are the same -> expectations are therefore that:
    • total attempted storage deals: 30
    • total attempted retrievals: 90
    • total guaranteed failed retrievals: 30
    • realistic retrieval attempts: 60
    • daily deals at peak: 1 storage deal + 4 retrievals (T-0, T-24, T-48, T-72)

Is this right? If not we should:

  • adjust expectations accordingly
  • OR adjust behavior for the controller

Guida contributor