This commit is contained in:
2021-02-26 20:07:36 +08:00
parent 8f9b75d19f
commit a4d8aebd76
4 changed files with 13 additions and 2 deletions
-2
View File
@@ -26,8 +26,6 @@ class OnFinish extends Callback
$data = json_decode($data, true);
$data['work_id'] = $task_id;
$this->write(var_export($data, true), 'Task');
Snowflake::app()->decrement();
}
}