mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test: Add integration tests for execution flows in native Python runner (#19198)
This commit is contained in:
13
packages/@n8n/task-runner-python/tests/fixtures/test_constants.py
vendored
Normal file
13
packages/@n8n/task-runner-python/tests/fixtures/test_constants.py
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Local task broker
|
||||
LOCAL_TASK_BROKER_PORT = 8080
|
||||
LOCAL_TASK_BROKER_URL = f"http://localhost:{LOCAL_TASK_BROKER_PORT}"
|
||||
LOCAL_TASK_BROKER_WS_PATH = "/runners/_ws"
|
||||
|
||||
# Timing
|
||||
TASK_RESPONSE_WAIT = 3
|
||||
TASK_TIMEOUT = 2
|
||||
GRACEFUL_SHUTDOWN_TIMEOUT = 1
|
||||
|
||||
# Health check
|
||||
HEALTH_CHECK_PORT = 5679
|
||||
HEALTH_CHECK_URL = f"http://localhost:{HEALTH_CHECK_PORT}"
|
||||
Reference in New Issue
Block a user