MerginMaps / MerginMaps/media-sync
Sync breaks after a failed push
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
If a push of a new version of the project fails for some reason (server error, network problem, ...), pending changes will be left in the working directory. However, the tool does a sanity check for any pending changes when woken up, and it will refuse to resume sync:
There are pending changes in the local directory - please review and push manually!
The tool keeps running, but does nothing - only sleeps and then complains about pending changes.
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
No files or tests are named. Start by reproducing a failed push, then trace the wake-up path that checks for pending changes and refuses to resume sync. Done should be demonstrated by recovery after a failed push instead of repeated pending-change warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100