pimutils / pimutils/vdirsyncer
Parallelize sync actions
Open
Nobody has claimed this yet.
cat: performance
cat: refactor
lv: hard
mod: sync
ready
- Dominant language
- Python
- Stars
- 1.9k
- Forks
- 185
- Avg merge
- 11h 49m
- Merged PRs (30d)
- 1
Description
vdirsyncer.sync.sync should be able to take WorkerQueue from vdirsyncer.cli.utils and submit its Action instances to it for concurrent execution. This will require additional workers, also it is unclear if this will need a refactor of the entire WorkerQueue or even more related code.
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
Start with vdirsyncer.sync.sync and WorkerQueue in vdirsyncer.cli.utils, then trace how Action instances are currently executed. Determine whether the queue needs additional workers or a broader refactor; the work is done when sync can submit its actions for concurrent execution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100