Commit 84192eb9 authored by chenchuanwen's avatar chenchuanwen

bridgeReload

parent 6140c7f0
......@@ -37,7 +37,7 @@ class Test extends Logger
public function run()
{
include APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
while (true) {
pcntl_signal_dispatch();
......@@ -47,6 +47,7 @@ class Test extends Logger
Signal::reset();
break;
}
require_once APPLICATION_PATH . '/scripts/crontab/push/runRedisBase.php';
}
printf("\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment