-
Notifications
You must be signed in to change notification settings - Fork 17
Instructions for WST
Alexandre Henrique Afonso Campos edited this page Jun 5, 2024
·
2 revisions
This is meant for WST only, but instructions can be publicly visible
Note: There is no point in running the cron if you just updated frontend or backend. They will update automatically, without running the cron, after the merge. You should use the cron in case of new statistics, new database function, new table, etc.
Sometimes it is necessary to trigger an additional run. We already have 1 run scheduled to run once a week, but if you added some stat, it can be necessary to make it available right away.
aws batch submit-job \
--job-name manualtrigger \
--job-queue statistics-cron-job-queue-prod \
--job-definition statistics-cron-job-definition-prod