filecoin-project/dealbot

Repeated storage/retrieval deal scheduling

オープン

#336 opened on 2021/11/09

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Go (8 件のフォーク)github user discovery
P1good first issueworkstream/general

Repository metrics

Stars
 (34 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド