hydrusnetwork / hydrusnetwork/hydrus

auto-commit pending IPFS pins+auto-retry

Open
#258 4 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature-request system:ipfs
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.