hydrusnetwork / hydrusnetwork/hydrus
auto-commit pending IPFS pins+auto-retry
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.2k
- Forks
- 207
- PR merge metrics
- No merged PRs in 30d
Description
We need an option to automatically commit pending IPFS pins and retry if it fails.
The retry feature should prob retry a bunch of times and increase its next retry timer if it doesnt progress so it doesn't spam. Maybe reuse the sub dynamic timer? (max and minimum time between retries)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the Python code for pending IPFS pin handling and the existing sub dynamic timer mentioned in the issue. Clarify the option's behavior, retry limits, minimum and maximum delays, and what counts as progress before implementation. Done means pending pins can be committed automatically and failed attempts retry with increasing delays without spamming.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100