|
@@ -78,7 +78,7 @@ class GenerateRemoteCrontabCommand extends ContainerAwareCommand
|
|
$routing_key = "--route={$routing_key}";
|
|
$routing_key = "--route={$routing_key}";
|
|
}
|
|
}
|
|
|
|
|
|
- $content .= "*/5 * * * * {$pathConsole} {$amqpRemote} {$routing_key} stats:crontab:remote" . PHP_EOL;
|
|
|
|
|
|
+ $content .= "*/5 * * * * {$pathConsole} stats:crontab:remote" . PHP_EOL;
|
|
|
|
|
|
foreach ($serverDevices as $server) {
|
|
foreach ($serverDevices as $server) {
|
|
|
|
|