mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Store build output size to DB
This commit is contained in:
@@ -194,6 +194,7 @@ class BuildsV1 extends Worker
|
||||
$build->setAttribute('duration', \intval($response['duration']));
|
||||
$build->setAttribute('status', $response['status']);
|
||||
$build->setAttribute('outputPath', $response['outputPath']);
|
||||
$build->setAttribute('outputSize', $response['outputSize']);
|
||||
$build->setAttribute('stderr', $response['stderr']);
|
||||
$build->setAttribute('stdout', $response['stdout']);
|
||||
|
||||
|
||||
+1
-1
@@ -666,7 +666,7 @@ services:
|
||||
hostname: exc1
|
||||
<<: *x-logging
|
||||
stop_signal: SIGINT
|
||||
image: openruntimes/executor:0.1.6
|
||||
image: myexc
|
||||
networks:
|
||||
- appwrite
|
||||
- runtimes
|
||||
|
||||
Reference in New Issue
Block a user