This commit is contained in:
as2252258@163.com
2021-04-24 00:21:43 +08:00
parent 40d55fa3fa
commit d000afb3d0
+1
View File
@@ -65,6 +65,7 @@ class OnPipeMessage extends Callback
$redis->zAdd(Producer::CRONTAB_KEY, $tickTime, $name); $redis->zAdd(Producer::CRONTAB_KEY, $tickTime, $name);
} }
} }
fire(Event::SYSTEM_RESOURCE_RELEASES);
}); });
$handler->increment()->execute(); $handler->increment()->execute();
return 'success'; return 'success';