Improve handling of folder syncing errors
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 30
- Forks
- 13
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 8
Description
Folders may fail to sync due to transient or permanent errors (e.g. access denied). Errors with one or more folders should not stop syncing the remaining folders. After sustained errors the folder syncing should be paused or skipped during an initial sync. These errored folders should then be checked periodically (e.g. once a day) to see if syncing is now possible.
Contributor guide
No contributing guide indexed for this repository
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
The issue does not identify files, tests, or a sync entry point, so first trace how folder syncing currently handles errors. Define behavior for transient and permanent failures, including continuing other folders, pausing or skipping sustained failures, and periodic retry checks; done means these cases are covered and syncing continues correctly.
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
- 25/100