mirror of
https://github.com/huantrinh1802/taskwarrior_sync_server.git
synced 2026-08-12 23:00:43 +10:00
No description
- Python 97.9%
- Shell 2.1%
Why: - Avoid spamming notifications on transient vdirsyncer failures - Only notify after N consecutive errors instead of every time What: - Added record_vdirsyncer_error() and reset_vdirsyncer_counter() in utilities.py - Added vdirsyncer_error_threshold = 3 alongside max_retries/base_skip - Extended counter.json schema with vdirsyncer_count field - Updated main.py to use throttled notification logic Impact: - No breaking change |
||
|---|---|---|
| task | ||
| templates | ||
| .gitignore | ||
| pyproject.toml | ||
| uv.lock | ||