n8n/packages/@n8n/task-runner-python/src
2025-10-02 09:54:24 +02:00
..
config feat(core): Support _FILE in native Python runner (no-changelog) (#20035) 2025-09-26 12:03:36 +02:00
errors fix(core): Capture stderr from task process in native Python runner (#20180) 2025-09-30 09:18:37 +02:00
message_types perf: Skip browser logging for production tasks in native Python runner (#19028) 2025-09-01 10:55:20 +02:00
constants.py fix(core): Add globals and locals to denylist in native Python runner (#20172) 2025-09-30 09:00:28 +02:00
env.py feat(core): Support _FILE in native Python runner (no-changelog) (#20035) 2025-09-26 12:03:36 +02:00
health_check_server.py chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +02:00
logs.py chore: Add health checks to native Python runner (#19023) 2025-09-01 10:24:03 +02:00
main.py refactor(core): Switch native Python task runner to forkserver (#19718) 2025-09-19 09:59:46 +02:00
message_serde.py perf: Skip browser logging for production tasks in native Python runner (#19028) 2025-09-01 10:55:20 +02:00
nanoid.py refactor: Remove nanoid dependency from native Python task runner (#19025) 2025-09-01 10:22:27 +02:00
sentry.py fix(core): Do not report SyntaxError to Sentry in native Python runner (no-changelog) (#20031) 2025-09-25 17:11:34 +02:00
shutdown.py feat: Add graceful shutdown and idle timeout to native Python runner (no-changelog) (#19125) 2025-09-03 12:47:45 +02:00
task_analyzer.py refactor(core): Improve security violation error in native Python runner (#19286) 2025-09-08 10:45:07 +02:00
task_executor.py fix(core): Keep submodules of safe modules in native Python runner (#20284) 2025-10-02 09:54:24 +02:00
task_runner.py fix(core): Do not report to Sentry successful ws close in native Python runner (#20257) 2025-10-01 20:42:59 +02:00
task_state.py refactor(core): Switch native Python task runner to forkserver (#19718) 2025-09-19 09:59:46 +02:00