refactor(core): Make native Python runner compatible with launcher (#18788)

This commit is contained in:
Iván Ovejero
2025-08-26 13:19:09 +02:00
committed by GitHub
parent 1da5acee30
commit 6cccc4ab9f
10 changed files with 31 additions and 41 deletions

View File

@@ -29,4 +29,4 @@ typecheck:
# For debugging only, start the runner with a manually fetched grant token.
debug:
GRANT_TOKEN=$(curl -s -X POST http://127.0.0.1:5679/runners/auth -H "Content-Type: application/json" -d '{"token":"test"}' | jq -r '.data.token') && N8N_RUNNERS_GRANT_TOKEN="$GRANT_TOKEN" N8N_RUNNERS_HIDE_TASK_OFFER_LOGS=true just run
GRANT_TOKEN=$(curl -s -X POST http://127.0.0.1:5679/runners/auth -H "Content-Type: application/json" -d '{"token":"test"}' | jq -r '.data.token') && N8N_RUNNERS_GRANT_TOKEN="$GRANT_TOKEN" just run