We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 884eb8e commit daebd99Copy full SHA for daebd99
docs/source/diagrams.md
@@ -54,7 +54,7 @@ Step 3: Sync Worker **saves raw data** to Postgres database
54
Step 4: Cron job **reads raw data** from Postgres database
55
- Another cron job reads the raw data from Postgres database.
56
57
-Step 5: Cron job **saves aggregates** Postgres database
+Step 5: Cron job **saves aggregates** to Postgres database
58
- The cron job aggregates previous 24 hours data (end date - start date), sends back, and saves processed aggregated data to the Postgres database.
59
60
Step 6: Community dashboard **queries aggregate data** from Postgres database
0 commit comments