Skip to content

Commit 27606a5

Browse files
committed
Shelve more often.
1 parent 9e1afc8 commit 27606a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure-manager.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
ansible.builtin.cron:
5151
name: shelve-action-runners
5252
minute: "10"
53-
hour: "0,6,12,18"
53+
hour: "*"
5454
job: '/usr/bin/bash -c "date && source {{ home }}/openrc-credentials.sh && {{ miniforge_path }}/bin/python3 {{ home }}/jetstream2-admin/shelve-action-runners.py && echo" 2>&1 >> {{ home }}/shelve-action-runners.log'
5555
user: exouser
5656

@@ -59,7 +59,7 @@
5959
name: start-action-runners
6060
minute: "0"
6161
hour: "1"
62-
weekday: "1-5"
62+
weekday: "1"
6363
job: '/usr/bin/bash -c "date && source {{ home }}/openrc-credentials.sh && {{ miniforge_path }}/bin/python3 {{ home }}/jetstream2-admin/start/start-action-runners.py && echo" 2>&1 >> {{ home }}/start-action-runners.log'
6464
user: exouser
6565

0 commit comments

Comments
 (0)