File

.busted @ 13332:17cb965e55b7

util.async: Record current work item in the runner object Mostly expected to be useful for debugging purposes.
author Matthew Wild <mwild1@gmail.com>
date Tue, 21 Nov 2023 18:13:42 +0000
parent 9964:f299d4917dd8
line wrap: on
line source

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