Update flowchart to reflect the new cronjob

This commit is contained in:
xbgmsharp
2024-06-09 20:23:50 +02:00
parent fe93b9ec11
commit f97635cae1

View File

@@ -72,6 +72,8 @@ flowchart TD
B --> O{Update account,vessel,otp} B --> O{Update account,vessel,otp}
F --> P{Update metadata} F --> P{Update metadata}
G --> P 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. 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.