From 9096e3b2efd1bd82087be4f1da5f38fe59ffdfc1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Fri, 4 Oct 2024 13:33:17 +0000
Subject: [PATCH] Tune accounting time - launch slighly sooner

---
 common/accounting_deployments/accounting-config.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/accounting_deployments/accounting-config.yaml b/common/accounting_deployments/accounting-config.yaml
index a0db4a6..15d83b2 100644
--- a/common/accounting_deployments/accounting-config.yaml
+++ b/common/accounting_deployments/accounting-config.yaml
@@ -1,4 +1,5 @@
 eosc:
+  schedule: 42 1 * * *
   tokenUrl: "https://{{ secrets['checkin_host'] }}/OIDC/token"
   clientId: "{{ secrets['client_id'] }}"
   clientSecret: "{{ secrets['client_secret'] }}"
-- 
GitLab