fix: status 200 + bandeau avertissement données périmées

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gwadaking
2026-04-14 17:52:41 -04:00
parent 2a4c92dc03
commit 65089f6cd4
3 changed files with 26 additions and 2 deletions

View File

@@ -63,6 +63,6 @@ class StatusController extends AbstractController
'finishedAt' => $job['processed_at'],
'retryCount' => (int) $job['retry_count'],
] : null,
], $healthy ? 200 : 503);
]);
}
}