feat: improved timeout handling for api client
This commit is contained in:
@@ -37,7 +37,7 @@ class CmsDataService
|
||||
'tx_epproducts_api[code]' => $code,
|
||||
'tx_epproducts_api[action]' => $mode,
|
||||
'tx_epproducts_api[controller]' => 'Api',
|
||||
]
|
||||
],
|
||||
]);
|
||||
} catch (ExceptionInterface $e) {
|
||||
return [
|
||||
|
||||
@@ -24,6 +24,7 @@ class ParticipantEligibilityService
|
||||
{
|
||||
/** @var array<string, bool> Request-scoped cache for participant eligibility */
|
||||
private array $eligibilityCache = [];
|
||||
|
||||
/**
|
||||
* Checks if a participant is eligible for booking.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user