OPR v4 support

This commit is contained in:
Khushboo Verma
2024-06-25 15:03:07 +05:30
parent 83d60612f2
commit 0edbec4f44
8 changed files with 11 additions and 6 deletions
+2
View File
@@ -177,6 +177,7 @@ class Executor
string $method,
array $headers,
string $runtimeEntrypoint = null,
bool $logging,
int $requestTimeout = null
) {
if (empty($headers['host'])) {
@@ -201,6 +202,7 @@ class Executor
'memory' => $this->memory,
'version' => $version,
'runtimeEntrypoint' => $runtimeEntrypoint,
'logging' => $logging,
];
// Safety timeout. Executor has timeout, and open runtime has soft timeout.