filecoin-project/dealbot

Repeated storage/retrieval deal scheduling

开放

#336 创建于 2021年11月9日

 (0 条评论) (0 个反应) (0 位负责人)Go (8 个派生)github user discovery
P1good first issueworkstream/general

仓库指标

星标
 (34 个星标)
PR 合并指标
 (30 天内没有已合并 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

贡献者指南