Furtner improval of the worker speed

This commit is contained in:
Michael 2019-02-09 23:10:15 +00:00
parent 3aa77685fc
commit 171cfe8f44
4 changed files with 159 additions and 47 deletions

View file

@ -397,6 +397,10 @@ return [
// If enabled, it prints out the jobs per minute.
'worker_jpm' => false,
// worker_jpm_limit (String)
// List of minutes for the JPM calculation
'worker_jpm_limit' => '1, 10, 60',
// worker_load_exponent (Integer)
// Default 3, which allows only 25% of the maximum worker queues when server load reaches around 37% of maximum load.
// For a linear response where 25% of worker queues are allowed at 75% of maximum load, set this to 1.