1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Randomize matrix-synapse-auto-compressor.timer start with a RandomizedDelaySec (defaults to 6h)

This commit is contained in:
Slavi Pantaleev
2025-03-29 10:34:37 +02:00
parent e1a2d427c6
commit e8c9a0e410
3 changed files with 11 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ Description=Synapse State Auto Compressor Timer
[Timer]
Unit=matrix-synapse-auto-compressor.service
OnCalendar={{ matrix_synapse_auto_compressor_schedule }}
RandomizedDelaySec={{ matrix_synapse_auto_compressor_schedule_randomized_delay_sec }}
[Install]
WantedBy=timers.target