mirror of
https://github.com/n8n-io/n8n
synced 2026-05-10 13:32:23 +02:00
8 lines
143 B
Python
8 lines
143 B
Python
# Local task broker
|
|
LOCAL_TASK_BROKER_WS_PATH = "/runners/_ws"
|
|
|
|
# Timing
|
|
TASK_RESPONSE_WAIT = 3
|
|
TASK_TIMEOUT = 2
|
|
GRACEFUL_SHUTDOWN_TIMEOUT = 1
|