fixes + timer adjustments

This commit is contained in:
Lilian 2025-07-15 19:00:39 -04:00
parent 083130656c
commit 38166a24da
3 changed files with 5 additions and 4 deletions

View file

@ -2,9 +2,10 @@
Description=Rebuild Forgejo Actions containers
[Timer]
OnCalendar=weekly
# every two weeks (1st and 15th of the month)
OnCalendar=*-*-1,15 03:00:00
Persistent=true
RandomizedDelaySec=10s
RandomizedDelaySec=2h
[Install]
WantedBy=timers.target

View file

@ -6,7 +6,7 @@ log:
runner:
# Where to store the registration result.
file: /etc/forgejo-actions/.runner-verein
file: /etc/forgejo-actions/.runner-infra
# Execute how many tasks concurrently at the same time.
capacity: 1
# Extra environment variables to run jobs.

View file

@ -6,7 +6,7 @@ log:
runner:
# Where to store the registration result.
file: /etc/forgejo-actions/.runner-infra
file: /etc/forgejo-actions/.runner-vorstand
# Execute how many tasks concurrently at the same time.
capacity: 1
# Extra environment variables to run jobs.