Browse Source

stats:crontab:remote se ejecuta localmente (en docker supervidord)

Luciano Andrade 7 years ago
parent
commit
d0945062cc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/StatsBundle/Command/GenerateRemoteCrontabCommand.php

+ 1 - 1
src/StatsBundle/Command/GenerateRemoteCrontabCommand.php

@@ -78,7 +78,7 @@ class GenerateRemoteCrontabCommand extends ContainerAwareCommand
             $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) {