FireGento_MageMonitoring_Model_WatchDog_UberDog::triggerActiveDogs
Collects all registered watch dogs, handles their schedule and fires them if it's time.
Sends aggregated reports via email.
Signature
public function triggerActiveDogs([boolean
$skipTestDog = true] )
Parameters
$skipTestDog
— boolean- Do not trigger watchdogs
Returns
- void|boolean
Errors/Exceptions
Violations
PHPMessDetector
Line | Rule | Message |
---|---|---|
42 - 122 | CyclomaticComplexity | The method triggerActiveDogs() has a Cyclomatic Complexity of 22. The configured cyclomatic complexity threshold is 10. |
42 - 122 | NPathComplexity | The method triggerActiveDogs() has an NPath complexity of 7938. The configured NPath complexity threshold is 200. |