n8n/packages/@n8n/task-runner-python/src
2025-09-25 17:11:34 +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 fix(core): Ensure cancellation interrupts execution in native Python runner (no-changelog) (#19724) 2025-09-22 12:45:24 +03: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): Do not report SyntaxError to Sentry in native Python runner (no-changelog) (#20031) 2025-09-25 17:11:34 +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): Ensure cancellation interrupts execution in native Python runner (no-changelog) (#19724) 2025-09-22 12:45:24 +03:00
task_runner.py fix(core): Ensure cancellation interrupts execution in native Python runner (no-changelog) (#19724) 2025-09-22 12:45:24 +03:00
task_state.py refactor(core): Switch native Python task runner to forkserver (#19718) 2025-09-19 09:59:46 +02:00