n8n/packages/@n8n/task-runner-python/src
2025-09-03 15:37:03 +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 feat: Add graceful shutdown and idle timeout to native Python runner (no-changelog) (#19125) 2025-09-03 12:47:45 +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 feat: Add graceful shutdown and idle timeout to native Python runner (no-changelog) (#19125) 2025-09-03 12:47:45 +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 chore: Add Sentry to native Python runner (#19082) 2025-09-02 12:14:11 +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): Block __import__ via AST validation in native Python runner (#18974) 2025-09-01 09:47:15 +02:00
task_executor.py refactor(core): Replace pickle with JSON serialization in native Python runner (#19123) 2025-09-03 09:34:47 +02:00
task_runner.py fix(core): Reconnect native Python runner on ws connection drop (no-changelog) (#19140) 2025-09-03 15:37:03 +02:00
task_state.py refactor: Add tracing details to native Python runner logs (#19024) 2025-09-01 10:08:48 +02:00