Open nwcasebolt opened 1 year ago
The consumers governor is configurable through admin:
If the governor is enabled, Schedule.php will execute consumer jobs using strace.
strace
However, even though the consumers governor may be enabled or disabled, Schedule.php later assumes that it is always enabled for consumers. If the governor is actually disabled, no output will be recorded.
The consumers governor is configurable through admin:
If the governor is enabled, Schedule.php will execute consumer jobs using
strace
.However, even though the consumers governor may be enabled or disabled, Schedule.php later assumes that it is always enabled for consumers. If the governor is actually disabled, no output will be recorded.