fix(runtime): harden smoke and credential boundaries

This commit is contained in:
2026-08-04 16:05:06 +00:00
parent 09d849de07
commit c49989631f
16 changed files with 517 additions and 8 deletions
+8 -1
View File
@@ -1,7 +1,14 @@
const path = require('node:path');
const root = process.env.GATEWAY_WORKSPACE_ROOT || '/srv/core/repository';
const common = { env: { ...process.env }, autorestart: true, kill_timeout: 15000 };
const common = {
env: { ...process.env },
autorestart: true,
max_restarts: 5,
min_uptime: 10000,
restart_delay: 2000,
kill_timeout: 15000,
};
module.exports = {
apps: [