mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: refactor the builds worker
This commit is contained in:
@@ -88,7 +88,7 @@ class BuildsV1 extends Worker
|
||||
protected function triggerCreateRuntimeServer(string $projectId, string $functionId, string $tagId)
|
||||
{
|
||||
$ch = \curl_init();
|
||||
\curl_setopt($ch, CURLOPT_URL, "http://appwrite-executor:8080/v1/executor/runtime");
|
||||
\curl_setopt($ch, CURLOPT_URL, "http://appwrite-executor/v1/executor/runtime");
|
||||
\curl_setopt($ch, CURLOPT_POST, true);
|
||||
\curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
\curl_setopt($ch, CURLOPT_TIMEOUT, 900);
|
||||
|
||||
Reference in New Issue
Block a user