mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
refactor(core): Make native Python runner compatible with launcher (#18788)
This commit is contained in:
@@ -5,7 +5,7 @@ import sys
|
||||
|
||||
os.environ["WEBSOCKETS_MAX_LOG_SIZE"] = "256"
|
||||
|
||||
from .constants import (
|
||||
from src.constants import (
|
||||
DEFAULT_MAX_CONCURRENCY,
|
||||
DEFAULT_TASK_TIMEOUT,
|
||||
ENV_MAX_CONCURRENCY,
|
||||
@@ -16,8 +16,8 @@ from .constants import (
|
||||
DEFAULT_MAX_PAYLOAD_SIZE,
|
||||
ENV_TASK_TIMEOUT,
|
||||
)
|
||||
from .logs import setup_logging
|
||||
from .task_runner import TaskRunner, TaskRunnerOpts
|
||||
from src.logs import setup_logging
|
||||
from src.task_runner import TaskRunner, TaskRunnerOpts
|
||||
|
||||
|
||||
async def main():
|
||||
|
||||
Reference in New Issue
Block a user