fixes + timer adjustments
This commit is contained in:
parent
083130656c
commit
38166a24da
3 changed files with 5 additions and 4 deletions
|
@ -2,9 +2,10 @@
|
||||||
Description=Rebuild Forgejo Actions containers
|
Description=Rebuild Forgejo Actions containers
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=weekly
|
# every two weeks (1st and 15th of the month)
|
||||||
|
OnCalendar=*-*-1,15 03:00:00
|
||||||
Persistent=true
|
Persistent=true
|
||||||
RandomizedDelaySec=10s
|
RandomizedDelaySec=2h
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
|
@ -6,7 +6,7 @@ log:
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
# Where to store the registration result.
|
# 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.
|
# Execute how many tasks concurrently at the same time.
|
||||||
capacity: 1
|
capacity: 1
|
||||||
# Extra environment variables to run jobs.
|
# Extra environment variables to run jobs.
|
||||||
|
|
|
@ -6,7 +6,7 @@ log:
|
||||||
|
|
||||||
runner:
|
runner:
|
||||||
# Where to store the registration result.
|
# 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.
|
# Execute how many tasks concurrently at the same time.
|
||||||
capacity: 1
|
capacity: 1
|
||||||
# Extra environment variables to run jobs.
|
# Extra environment variables to run jobs.
|
Loading…
Add table
Add a link
Reference in a new issue