fix sse HANGING tasks

This commit is contained in:
team 1
2026-04-27 08:44:00 +02:00
parent edf6720940
commit ed139d577b
3 changed files with 51 additions and 12 deletions

View File

@@ -526,8 +526,7 @@ final readonly class AskSseController
$status = (string) ($claim['status'] ?? '');
return $status === self::JOB_STATUS_RUNNING
|| $status === self::JOB_STATUS_COMPLETED;
return $status === self::JOB_STATUS_COMPLETED;
}
/**