1
0
Fork 0
mirror of synced 2024-09-29 17:01:37 +13:00

Store build output size to DB

This commit is contained in:
Matej Bačo 2022-12-12 13:40:04 +01:00
parent fe27670e1f
commit b513c2fbad
2 changed files with 2 additions and 1 deletions

View file

@ -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']);

View file

@ -666,7 +666,7 @@ services:
hostname: exc1
<<: *x-logging
stop_signal: SIGINT
image: openruntimes/executor:0.1.6
image: myexc
networks:
- appwrite
- runtimes