44 $ini->readVariable(
"background_tasks",
"concurrency"),
45 "The type of execution used for background tasks"
48 "max_number_of_concurrent_tasks",
49 (
int)
$ini->readVariable(
"background_tasks",
"number_of_concurrent_tasks"),
50 "The maximum amount of concurrent tasks used to run background tasks."
Base class to simplify collection of metrics.
getTentativePreconditions(Environment $environment)
collectFrom(Environment $environment, Storage $storage)
An environment holds resources to be used in the setup process.
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
storeConfigGauge(string $key, $value, ?string $description=null)
storeConfigText(string $key, string $value, ?string $description=null)