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
|
||||
|
||||
[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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue