From f97635cae1beb5f63060daca158afc1317f2b6c5 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 9 Jun 2024 20:23:50 +0200 Subject: [PATCH] Update flowchart to reflect the new cronjob --- docs/ERD/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ERD/README.md b/docs/ERD/README.md index 928b98b..c63b8a4 100644 --- a/docs/ERD/README.md +++ b/docs/ERD/README.md @@ -72,6 +72,8 @@ flowchart TD B --> O{Update account,vessel,otp} F --> P{Update metadata} G --> P + A --> Q((cron_post_logbook)) + Q --> R{QGIS and notification} ``` cron job are not process by default because if you don't have the correct settings set (SMTP, PushOver, Telegram), you might enter in a loop with error and you could be blocked or banned from the external services.