Describe the problem/error/question
Hi, i want my workflow run 15 or 30times in a same time, but it always only run 6 in a same time, how i can check and solve this problem?
Share the output returned by the last node
jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n_worker_1
no such service: n8n_worker_1
jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n_worker_2
no such service: n8n_worker_2
jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n_worker_3
no such service: n8n_worker_3
jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n-worker-3
n8n_worker_3 | Permissions 0644 for n8n settings file /home/node/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.
n8n_worker_3 | Last session crashed
n8n_worker_3 |
n8n_worker_3 | There are deprecations related to your environment variables. Please take the recommended actions to update your configuration:
n8n_worker_3 | - N8N_RUNNERS_ENABLED → Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more:
n8n_worker_3 | - N8N_BLOCK_ENV_ACCESS_IN_NODE → The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more:
n8n_worker_3 |
n8n_worker_3 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_3 | Currently active workflows:
n8n_worker_3 | - baijia (ID: wwwMvcYu13a5Ixdy)
n8n_worker_3 |
n8n_worker_3 | n8n worker is now ready
n8n_worker_3 | * Version: 1.112.4
n8n_worker_3 | * Concurrency: 10
n8n_worker_3 |
n8n_worker_3 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_3 | Worker started execution 301 (job 301)
n8n_worker_3 | Worker started execution 302 (job 302)
n8n_worker_3 | Worker started execution 306 (job 306)
n8n_worker_3 | Worker finished execution 301 (job 301)
n8n_worker_3 | Worker started execution 309 (job 309)
n8n_worker_3 | Worker finished execution 306 (job 306)
n8n_worker_3 | Worker finished execution 302 (job 302)
n8n_worker_3 | Worker finished execution 309 (job 309)
jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n-worker-1
n8n_worker_1 | Permissions 0644 for n8n settings file /home/node/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.
n8n_worker_1 | Last session crashed
n8n_worker_1 |
n8n_worker_1 | There are deprecations related to your environment variables. Please take the recommended actions to update your configuration:
n8n_worker_1 | - N8N_RUNNERS_ENABLED → Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more:
n8n_worker_1 | - N8N_BLOCK_ENV_ACCESS_IN_NODE → The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more:
n8n_worker_1 |
n8n_worker_1 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_1 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_1 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_1 | Currently active workflows:
n8n_worker_1 | - baijia (ID: wwwMvcYu13a5Ixdy)
n8n_worker_1 |
n8n_worker_1 | n8n worker is now ready
n8n_worker_1 | * Version: 1.112.4
n8n_worker_1 | * Concurrency: 10
n8n_worker_1 |
n8n_worker_1 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_1 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_1 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_1 | Worker started execution 297 (job 297)
n8n_worker_1 | Worker started execution 298 (job 298)
n8n_worker_1 | Worker started execution 299 (job 299)
n8n_worker_1 | Worker finished execution 298 (job 298)
n8n_worker_1 | Worker started execution 304 (job 304)
n8n_worker_1 | Worker finished execution 299 (job 299)
n8n_worker_1 | Worker finished execution 297 (job 297)
n8n_worker_1 | Worker started execution 308 (job 308)
n8n_worker_1 | Worker finished execution 304 (job 304)
n8n_worker_1 | Worker finished execution 308 (job 308)
jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n-worker-2
n8n_worker_2 | Permissions 0644 for n8n settings file /home/node/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.
n8n_worker_2 |
n8n_worker_2 | There are deprecations related to your environment variables. Please take the recommended actions to update your configuration:
n8n_worker_2 | - N8N_RUNNERS_ENABLED → Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more:
n8n_worker_2 | - N8N_BLOCK_ENV_ACCESS_IN_NODE → The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more:
n8n_worker_2 |
n8n_worker_2 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_2 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_2 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_2 | Currently active workflows:
n8n_worker_2 | - baijia (ID: wwwMvcYu13a5Ixdy)
n8n_worker_2 |
n8n_worker_2 | n8n worker is now ready
n8n_worker_2 | * Version: 1.112.4
n8n_worker_2 | * Concurrency: 10
n8n_worker_2 |
n8n_worker_2 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_2 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_2 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_2 | Worker started execution 296 (job 296)
n8n_worker_2 | Worker started execution 300 (job 300)
n8n_worker_2 | Worker finished execution 296 (job 296)
n8n_worker_2 | Worker started execution 303 (job 303)
n8n_worker_2 | Worker started execution 305 (job 305)
n8n_worker_2 | Worker finished execution 300 (job 300)
n8n_worker_2 | Worker started execution 307 (job 307)
n8n_worker_2 | Worker finished execution 303 (job 303)
n8n_worker_2 | Worker finished execution 305 (job 305)
n8n_worker_2 | Worker finished execution 307 (job 307)
jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n-worker-3
n8n_worker_3 | Permissions 0644 for n8n settings file /home/node/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.
n8n_worker_3 | Last session crashed
n8n_worker_3 |
n8n_worker_3 | There are deprecations related to your environment variables. Please take the recommended actions to update your configuration:
n8n_worker_3 | - N8N_RUNNERS_ENABLED → Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more:
n8n_worker_3 | - N8N_BLOCK_ENV_ACCESS_IN_NODE → The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more:
n8n_worker_3 |
n8n_worker_3 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_3 | Currently active workflows:
n8n_worker_3 | - baijia (ID: wwwMvcYu13a5Ixdy)
n8n_worker_3 |
n8n_worker_3 | n8n worker is now ready
n8n_worker_3 | * Version: 1.112.4
n8n_worker_3 | * Concurrency: 10
n8n_worker_3 |
n8n_worker_3 | [license SDK] Skipping renewal on init: renewOnInit is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: autoRenewEnabled is disabled in config
n8n_worker_3 | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_worker_3 | Worker started execution 301 (job 301)
n8n_worker_3 | Worker started execution 302 (job 302)
n8n_worker_3 | Worker started execution 306 (job 306)
n8n_worker_3 | Worker finished execution 301 (job 301)
n8n_worker_3 | Worker started execution 309 (job 309)
n8n_worker_3 | Worker finished execution 306 (job 306)
n8n_worker_3 | Worker finished execution 302 (job 302)
n8n_worker_3 | Worker finished execution 309 (job 309)
jesse@JessedeMac-mini baijia_N8N_Workflow % jesse@JessedeMac-mini baijia_N8N_Workflow % docker compose logs n8n-main
n8n_main | Permissions 0644 for n8n settings file /home/node/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.
n8n_main | Last session crashed
n8n_main | Initializing n8n process
n8n_main | n8n ready on ::, port 5678
n8n_main |
n8n_main | There are deprecations related to your environment variables. Please take the recommended actions to update your configuration:
n8n_main | - N8N_RUNNERS_ENABLED → Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set N8N_RUNNERS_ENABLED=true to enable task runners now and avoid potential issues in the future. Learn more:
n8n_main | - N8N_BLOCK_ENV_ACCESS_IN_NODE → The default value of N8N_BLOCK_ENV_ACCESS_IN_NODE will be changed from false to true in a future version. If you need to access environment variables from the Code Node or from expressions, please set N8N_BLOCK_ENV_ACCESS_IN_NODE=false. Learn more:
n8n_main |
n8n_main | [license SDK] Skipping renewal on init: license cert is not due for renewal
n8n_main | Version: 1.112.4
n8n_main | Start Active Workflows:
n8n_main | Activated workflow “baijia” (ID: wwwMvcYu13a5Ixdy)
n8n_main |
n8n_main | Editor is now accessible via:
n8n_main |
n8n_main | (node:7) [DEP0060] DeprecationWarning: The util._extend API is deprecated. Please use Object.assign() instead.
n8n_main | (Use node --trace-deprecation ... to show where the warning was created)
n8n_main | [license SDK] license successfully renewed
n8n_main | Enqueued execution 296 (job 296)
n8n_main | Enqueued execution 297 (job 297)
n8n_main | Enqueued execution 298 (job 298)
n8n_main | Enqueued execution 299 (job 299)
n8n_main | Enqueued execution 300 (job 300)
n8n_main | Enqueued execution 301 (job 301)
n8n_main | Execution 296 (job 296) finished successfully
n8n_main | Enqueued execution 302 (job 302)
n8n_main | Enqueued execution 303 (job 303)
n8n_main | Execution 298 (job 298) finished successfully
n8n_main | Enqueued execution 304 (job 304)
n8n_main | Execution 299 (job 299) finished successfully
n8n_main | Enqueued execution 305 (job 305)
n8n_main | Execution 300 (job 300) finished successfully
n8n_main | Enqueued execution 306 (job 306)
n8n_main | Execution 297 (job 297) finished successfully
n8n_main | Enqueued execution 307 (job 307)
n8n_main | Execution 301 (job 301) finished successfully
n8n_main | Enqueued execution 308 (job 308)
n8n_main | Execution 303 (job 303) finished successfully
n8n_main | Enqueued execution 309 (job 309)
n8n_main | Execution 304 (job 304) finished successfully
n8n_main | Execution 306 (job 306) finished successfully
n8n_main | Execution 305 (job 305) finished successfully
n8n_main | Execution 302 (job 302) finished successfully
n8n_main | Execution 307 (job 307) finished successfully
n8n_main | Execution 308 (job 308) finished successfully
n8n_main | Execution 309 (job 309) finished successfully
Information on your n8n setup
- **n8n version:**1.112.4
- Database (default: SQLite):postgres 16
- n8n EXECUTIONS_PROCESS setting (default: own, main): main and 3workers, queue mode
- Running n8n via (Docker, npm, n8n cloud, desktop app):docker desktop for mac
- Operating system:macos M4 chip 16GB ram