super-productivity/packages/super-sync-server/helm/supersync
Johannes Millan 2123ede018 revert(supersync): drop CLEANUP_INITIAL_DELAY_MS env var and 30-min prod default
The throttle in deleteOldSyncedOpsForAllUsers now caps each cleanup pass to
short, bounded batches, so the original "shield warmup from DB-heavy retention
work" rationale no longer applies. A long initial delay only creates a
starvation risk on frequently-restarted deployments (rolling deploys or crash
loops could land inside the 30-min window every time and skip cleanup
entirely).

Revert to a fixed 10s warmup and remove the now-pointless knob from envs, the
compose file, and the Helm chart.
2026-05-13 14:11:15 +02:00
..
templates revert(supersync): drop CLEANUP_INITIAL_DELAY_MS env var and 30-min prod default 2026-05-13 14:11:15 +02:00
.helmignore feat(sync): add Helm chart and WebSocket push for SuperSync (#6971) 2026-03-30 21:34:30 +02:00
Chart.yaml feat(sync): add Helm chart and WebSocket push for SuperSync (#6971) 2026-03-30 21:34:30 +02:00
values.yaml revert(supersync): drop CLEANUP_INITIAL_DELAY_MS env var and 30-min prod default 2026-05-13 14:11:15 +02:00