Skip to content

Instructions for WST

Alexandre Henrique Afonso Campos edited this page May 24, 2025 · 3 revisions

This is meant for WST only, but instructions can be publicly visible

Manual Run

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 twice 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 

Clone this wiki locally