improve bun dedicated worker to use nodejs

This commit is contained in:
Ruben Fiszel
2024-05-01 02:10:44 +02:00
parent b854165b0d
commit 017710f17d
4 changed files with 214 additions and 136 deletions
@@ -1198,6 +1198,7 @@ for line in sys.stdin:
worker_name,
db,
script_path,
"python",
)
.await
}