n8n/packages/@n8n/task-runner-python/src
2025-09-08 10:45:07 +02:00
..
config feat: Add graceful shutdown and idle timeout to native Python runner (no-changelog) (#19125) 2025-09-03 12:47:45 +02:00
errors refactor(core): Improve security violation error in native Python runner (#19286) 2025-09-08 10:45:07 +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 refactor(core): Improve security violation error in native Python runner (#19286) 2025-09-08 10:45:07 +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 feat: Add graceful shutdown and idle timeout to native Python runner (no-changelog) (#19125) 2025-09-03 12:47:45 +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 test: Add integration tests for execution flows in native Python runner (#19198) 2025-09-05 10:49:45 +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): Allow importlib in sys.modules in native Python runner (no-changelog) (#19244) 2025-09-05 14:58:19 +02:00
task_runner.py refactor(core): Improve security violation error in native Python runner (#19286) 2025-09-08 10:45:07 +02:00
task_state.py refactor: Add tracing details to native Python runner logs (#19024) 2025-09-01 10:08:48 +02:00