diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs index 7686e94e..a1e36daf 100644 --- a/ecosystem.config.cjs +++ b/ecosystem.config.cjs @@ -31,16 +31,8 @@ module.exports = { '*.log', '*.db', '*.db-*', - '.git', - 'vector-db', // Ignore Chroma vector DB files - '.claude-mem' // Ignore data directory - ], - // Allow extra time for graceful shutdown (cleanup of child processes) - kill_timeout: 5000, - // Wait before restarting to allow full cleanup - wait_ready: true, - // Shutdown signal (SIGTERM for graceful shutdown) - kill_signal: 'SIGTERM' + '.git' + ] } ] };