@n8n/task-runner 1.34.1 → 1.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/start.js +1 -1
- package/package.json +4 -4
package/dist/start.js
CHANGED
|
@@ -83,7 +83,7 @@ void (async function start() {
|
|
|
83
83
|
await sentry.initIfEnabled();
|
|
84
84
|
runner = new js_task_runner_1.JsTaskRunner(config);
|
|
85
85
|
runner.on('runner:reached-idle-timeout', () => {
|
|
86
|
-
void createSignalHandler('IDLE_TIMEOUT',
|
|
86
|
+
void createSignalHandler('IDLE_TIMEOUT', 3)();
|
|
87
87
|
});
|
|
88
88
|
const { enabled, host, port } = config.baseRunnerConfig.healthcheckServer;
|
|
89
89
|
if (enabled) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/task-runner",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.35.0",
|
|
4
4
|
"main": "dist/start.js",
|
|
5
5
|
"module": "src/start.ts",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"luxon": "3.4.4",
|
|
30
30
|
"nanoid": "3.3.8",
|
|
31
31
|
"ws": "^8.18.0",
|
|
32
|
-
"@n8n/config": "1.
|
|
32
|
+
"@n8n/config": "1.43.0",
|
|
33
33
|
"@n8n/di": "0.6.0",
|
|
34
|
-
"n8n-
|
|
35
|
-
"n8n-
|
|
34
|
+
"n8n-workflow": "1.96.0",
|
|
35
|
+
"n8n-core": "1.98.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/lodash": "^4.17.17",
|