From 6045de881f18bb30c01ed2eb44cc495c49e75a61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com> Date: Mon, 30 Oct 2023 17:17:51 +0100 Subject: [PATCH] feat: update konnector launch period --- docs/konnectors/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/konnectors/index.md b/docs/konnectors/index.md index 332e25c..9f971bc 100644 --- a/docs/konnectors/index.md +++ b/docs/konnectors/index.md @@ -12,7 +12,7 @@ All the konnectors are configured to retrieve user's data as far as 3 years back Some variation have to be considered : - When the user launches the konnector manually, it fetches 1 year of data (in order to reduce running time). -- When a konnector is launched by the cozy stack (at a random time between 10am and 11am), it fetches 3 years of data. +- When a konnector is launched by the cozy stack (at a random time between 7am and 10am), it fetches 3 years of data. - When a konnector retrieves a load at the half-hour timeline (ex: enedis), it fetches back to 4 weeks. ## Documentation -- GitLab