mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add internal mode for native Python runner (no-changelog) (#19288)
This commit is contained in:
@@ -19,7 +19,7 @@ RUNNER_NAME = "Python Task Runner"
|
||||
DEFAULT_MAX_CONCURRENCY = 5 # tasks
|
||||
DEFAULT_MAX_PAYLOAD_SIZE = 1024 * 1024 * 1024 # 1 GiB
|
||||
DEFAULT_TASK_TIMEOUT = 60 # seconds
|
||||
DEFAULT_AUTO_SHUTDOWN_TIMEOUT = 15 # seconds
|
||||
DEFAULT_AUTO_SHUTDOWN_TIMEOUT = 0 # seconds
|
||||
DEFAULT_SHUTDOWN_TIMEOUT = 10 # seconds
|
||||
OFFER_INTERVAL = 0.25 # 250ms
|
||||
OFFER_VALIDITY = 5000 # ms
|
||||
|
||||
Reference in New Issue
Block a user