improve bun dedicated worker to use nodejs

This commit is contained in:
Ruben Fiszel
2024-05-01 02:10:44 +02:00
parent 2c8f2668c2
commit 157e4d8e53
4 changed files with 214 additions and 136 deletions

View File

@@ -1198,6 +1198,7 @@ for line in sys.stdin:
worker_name,
db,
script_path,
"python",
)
.await
}