2024-11-05 19:48:21 +00:00
|
|
|
# @see https://worker.graphile.org/docs/cron
|
|
|
|
#
|
|
|
|
# ┌───────────── UTC minute (0 - 59)
|
|
|
|
# │ ┌───────────── UTC hour (0 - 23)
|
|
|
|
# │ │ ┌───────────── UTC day of the month (1 - 31)
|
|
|
|
# │ │ │ ┌───────────── UTC month (1 - 12)
|
|
|
|
# │ │ │ │ ┌───────────── UTC day of the week (0 - 6) (Sunday to Saturday)
|
|
|
|
# │ │ │ │ │ ┌───────────── task (identifier) to schedule
|
|
|
|
# │ │ │ │ │ │ ┌────────── optional scheduling options
|
|
|
|
# │ │ │ │ │ │ │ ┌────── optional payload to merge
|
|
|
|
# │ │ │ │ │ │ │ │
|
|
|
|
# │ │ │ │ │ │ │ │
|
|
|
|
# * * * * * task ?opts {payload}
|
|
|
|
|
|
|
|
|
2024-12-12 07:23:46 +00:00
|
|
|
## every n minutes, we update the patrons table to contain patron names who have opted-in to the Website Shoutout perk
|
|
|
|
*/1 * * * * synchronize_patrons_list ?max=1
|