modify
This commit is contained in:
@@ -133,6 +133,7 @@ class Server extends HttpService
|
|||||||
public function start(): string
|
public function start(): string
|
||||||
{
|
{
|
||||||
$configs = Config::get('servers', true);
|
$configs = Config::get('servers', true);
|
||||||
|
var_dump(Config::get('crontab.enable'));
|
||||||
if (Config::get('crontab.enable') === true) {
|
if (Config::get('crontab.enable') === true) {
|
||||||
$this->addProcess('CrontabZookeeper', CrontabZookeeperProcess::class);
|
$this->addProcess('CrontabZookeeper', CrontabZookeeperProcess::class);
|
||||||
$this->addProcess('CrontabConsumer', Consumer::class);
|
$this->addProcess('CrontabConsumer', Consumer::class);
|
||||||
|
|||||||
Reference in New Issue
Block a user