.busted
author Kim Alvefur <zash@zash.se>
Sun, 21 Nov 2021 15:50:36 +0100
changeset 11990 3d5135e8a2a7
parent 9968 f299d4917dd8
permissions -rw-r--r--
mod_cron: Initial commit of periodic task runner A number of modules now have periodic tasks that need to run, e.g. for cleaning out old messages or files. This has highlighted a need for coordinating and optimizing scheduling of such tasks.

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}