aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_cron.lua
Commit message (Expand)AuthorAgeFilesLines
* mod_cron: Expose the One Timer via module environmentKim Alvefur2021-12-041-1/+1
* mod_cron: Add a 'weekly' job frequencyKim Alvefur2021-12-031-1/+1
* mod_cron: Initialize timestamp of new tasks to start of periodKim Alvefur2021-12-031-2/+2
* mod_cron: Follow convention of imports at the topKim Alvefur2021-12-031-1/+2
* mod_cron: Initialize daily tasks so they run around midnight UTCKim Alvefur2021-12-031-0/+4
* mod_cron: Initial commit of periodic task runnerKim Alvefur2021-11-211-0/+59