1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Upgrade executor & console

This commit is contained in:
Matej Bačo 2023-07-28 00:13:49 +02:00
parent 8ca1ed1605
commit 930f9d9526
3 changed files with 2 additions and 3 deletions

1
.env
View file

@ -58,7 +58,6 @@ _APP_FUNCTIONS_SIZE_LIMIT=30000000
_APP_FUNCTIONS_TIMEOUT=900
_APP_FUNCTIONS_BUILD_TIMEOUT=900
_APP_FUNCTIONS_CPUS=1
_APP_FUNCTIONS_MEMORY=512
_APP_FUNCTIONS_INACTIVE_THRESHOLD=600
_APP_FUNCTIONS_MAINTENANCE_INTERVAL=600
_APP_FUNCTIONS_RUNTIMES_NETWORK=runtimes

@ -1 +1 @@
Subproject commit 65bd2441e69662a1275f123df0d02709bc0f8613
Subproject commit dff906f8bffe31678a4e494082065535bca06d2c

View file

@ -725,7 +725,7 @@ services:
hostname: exc1
<<: *x-logging
stop_signal: SIGINT
image: meldiron/executor:0.3.3
image: meldiron/executor:0.3.4
networks:
- appwrite
- runtimes