pimutils / pimutils/vdirsyncer

Parallelize sync actions

Open
#547 0 comments 0 reactions 0 assignees View on GitHub

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.