Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_cron: Fix log format to account for float that was integer before | Kim Alvefur | 2024-02-24 | 1 | -1/+1 |
| | |||||
* | mod_cron: Sync Teal source with 92301fa7a673 | Kim Alvefur | 2024-02-24 | 1 | -2/+10 |
| | | | | | Yeah, it's weird to have two versions. Needing more build dependencies is also something we want to avoid, so here we are. | ||||
* | mod_cron: Update Teal source and rebuild | Matthew Wild | 2023-11-30 | 1 | -0/+26 |
| | |||||
* | mod_cron: Make task frequencies configurable in overly generic manner | Kim Alvefur | 2023-10-22 | 1 | -5/+5 |
| | | | | Requested feature for many modules, notably MAM and file sharing. | ||||
* | mod_cron: Fix missing restore method in Teal record definition | Kim Alvefur | 2023-10-22 | 1 | -0/+1 |
| | |||||
* | mod_cron: Remove unused import [luacheck] | Kim Alvefur | 2023-10-15 | 1 | -1/+0 |
| | | | | Use of datetime was removed in 6ac5ad578565 | ||||
* | mod_cron: Load last task run time inside task runner to fix async | Kim Alvefur | 2023-10-14 | 1 | -7/+13 |
| | | | | | This ensures that all interactions with storage happen inside an async thread, allowing async waiting to be performed in storage drivers. | ||||
* | mod_cron: Revert bbd3ac65640d | Kim Alvefur | 2023-07-30 | 1 | -5/+0 |
| | | | | | | | Maybe it is better to run daily and weekly tasks 'now' on the theory that people set these things up during times that are appropriate for maintenance already, so the same time next day or next week might be fine for periodic cleanup. | ||||
* | teal: Move into prosody namespace | Kim Alvefur | 2023-03-23 | 2 | -0/+284 |