|
@@ -71,7 +71,7 @@ class EasySwooleEvent implements Event
|
|
|
$crontab->register(new BalanceCrontab());
|
|
|
$crontab->register(new SeckillCrontab());
|
|
|
|
|
|
- $crontab->register(new ElasticSearchGoodsNewCrontab());
|
|
|
+
|
|
|
$crontab->register(new ElasticSearchGoodsNewCrontab2());
|
|
|
$crontab->attachToServer(ServerManager::getInstance()->getSwooleServer());
|
|
|
}
|