fix bug with stream

This commit is contained in:
aliamerj
2025-09-10 14:22:19 +03:00
parent 7fba07b414
commit 7c60ad60ed
3 changed files with 14 additions and 7 deletions
+2
View File
@@ -160,6 +160,8 @@ func (j *Job) ApplyResponse(resp *proto.JobResponse) error {
if resp == nil {
return nil
}
j.ID = string(resp.ID)
now := time.Now().UTC()
j.CompletedAt = &now
switch resp.Status {