optimize error handling if shop api error

This commit is contained in:
team 1
2026-04-25 18:37:29 +02:00
parent b9252202eb
commit 93ff6262cc
3 changed files with 31 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ use Symfony\Component\Routing\Annotation\Route;
final readonly class AskSseController
{
private const JOB_TTL_SECONDS = 30;
private const JOB_TTL_SECONDS = 900;
public function __construct(
private AgentRunner $agentRunner,