filecoin-project / filecoin-project/dealbot
Repeated storage/retrieval deal scheduling
- Dominant language
- Go
- Stars
- 33
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.