split housekeeping jobs to separate scheduled tasks on longer cooldown intervals, add table to record task execution timestamps, bump schema

This commit is contained in:
Andrew Dolgov
2025-05-02 10:17:13 +03:00
parent f22e32a26b
commit 6a40940ad6
5 changed files with 166 additions and 37 deletions

View File

@@ -6,7 +6,7 @@ class Config {
const T_STRING = 2;
const T_INT = 3;
const SCHEMA_VERSION = 149;
const SCHEMA_VERSION = 150;
/** override default values, defined below in _DEFAULTS[], prefixing with _ENVVAR_PREFIX:
*