♻️ Make exporter upload resources using backend management api

Instead of custon shared fs approach. This commit fixes the main
scalability issue of exporter removing the need of shared-fs
for make it work with multiple instances.
This commit is contained in:
Andrey Antukh
2025-11-18 15:17:06 +01:00
parent 4fddf3d986
commit 81632a03dd
16 changed files with 265 additions and 218 deletions

View File

@@ -1,6 +1,10 @@
#!/usr/bin/env bash
SCRIPT_DIR=$(dirname $0);
source $SCRIPT_DIR/../../backend/scripts/_env;
bb -i '(babashka.wait/wait-for-port "localhost" 9630)';
bb -i '(babashka.wait/wait-for-path "target/app.js")';
sleep 2;
node target/app.js
exec node target/app.js