optimize error handling if shop api error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user