From 7a235b8aa802a6f3bc55aae03eba5d566a7e0770 Mon Sep 17 00:00:00 2001 From: Christophe Siraut Date: Thu, 3 Oct 2019 16:21:38 +0200 Subject: [PATCH] cron: start import-wcs-data earlier --- debian/bijoe.cron.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/bijoe.cron.d b/debian/bijoe.cron.d index c5aa9c5..03d7402 100644 --- a/debian/bijoe.cron.d +++ b/debian/bijoe.cron.d @@ -2,5 +2,5 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root 0 * * * * bijoe bijoe-manage tenant_command clearsessions --all-tenants -0 1 * * * bijoe /usr/lib/bijoe/import-wcs-data.sh +1 0 * * * bijoe /usr/lib/bijoe/import-wcs-data.sh