perf: task进程添加执行记录

This commit is contained in:
kuaifan
2022-11-16 11:27:55 +08:00
parent 99fc12e8c4
commit c1be894d35
14 changed files with 127 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ class WebSocketDialogMsgTask extends AbstractTask
*/
public function __construct($id, $ignoreFd = null)
{
parent::__construct(...func_get_args());
$this->id = $id;
$this->ignoreFd = $ignoreFd === null ? Request::header('fd') : $ignoreFd;
}