Unitech
3a38568770
restore previous getFormatedProcesses()
2016-06-22 01:51:22 +02:00
Unitech
b7063f8d21
memory optimisation tentative
2016-06-12 22:29:35 +02:00
Unitech
dfadd3deff
null() in god test + fix formated process
2016-06-12 20:09:06 +02:00
Unitech
0b48e3e3a7
performance enhancement / avoid double circular checks
2016-06-12 19:39:05 +02:00
Arkotek
610d68f8d7
remove useless require
2016-05-27 04:37:45 +02:00
Unitech
20344a58f1
#2188 remove any possibility for Daemon to require Satan.js
2016-05-27 00:59:50 +02:00
Unitech
ce56d83719
remove deepReset and findByScript unused methods from God Daemon
2016-04-03 12:38:14 +02:00
Unitech
9b252787e3
put back process.kill -pid for detached processes (fork mode)
2016-04-03 12:31:53 +02:00
Unitech
ef68ef5458
#2061 fix process kill
2016-04-01 16:59:46 +02:00
Unitech
c3c0fcff46
add Copyright header to each file
2016-03-22 23:33:43 +01:00
Unitech
436a2ff233
small code fixes
2016-03-22 14:19:47 +01:00
Unitech
719fd338ef
skip temporary process when listing / fix delete All method
2016-03-22 12:17:30 +01:00
Unitech
c3ea256c2e
enhacement: remove deprecated calls / adapt tests / return acted process deleteProcessId/stopProcessId
2016-03-21 18:02:51 +01:00
Unitech
e7eafb15ed
fix: RPC close too soon to Interactor / Changelog.md
2016-03-11 15:29:04 +01:00
Unitech
55ec8df4bb
#1810 add --kill-timeout <number> option to configure delay before SIGKILL
2015-12-14 18:46:48 +01:00
Unitech
ba95a80387
#1830 - send SIGINT as default first signal
2015-12-11 16:07:04 +01:00
Unitech
256da4822c
Fix cluster kill signal + avoid writing on std output when proc disconnected #1819
2015-12-07 16:23:26 +01:00
KFL
7f07bd1a84
Fix not requiring os
2015-10-31 14:19:50 -07:00
KFL
22b0cde904
Fix process.kill group kill windows issue.
2015-10-31 13:33:12 -07:00
KFL
f8f20ee037
Fix process not recycled properly on Windows
2015-10-29 13:26:51 -07:00
Unitech
c4aecc829c
wrap process.kill into try catch
2015-09-18 17:50:50 +02:00
jshkurti
c6353eaee8
now sends SIGKILL if the process cant be killed with SIGINT
2015-08-04 18:28:13 +02:00
Unitech
08156e4235
Fix return cb
2015-07-22 17:08:55 +02:00
Unitech
54baf12e9c
restore cb call - update CHANGELOG.md
2015-07-22 15:28:14 +02:00
jshkurti
6a01a9f96a
trying to fix #1422
2015-07-08 15:57:55 +02:00
jshkurti
cd068aab84
wrapped kill(pid) for more safety
2015-07-08 15:53:46 +02:00
jshkurti
27eacf071f
--no-treekill flag
2015-06-26 18:15:22 +02:00
Antoine Bluchet
def6d0b5b6
Add a --no-treekill option to avoid killing detached processes
2015-06-26 14:52:32 +02:00
jshkurti
1915fdd43f
treekill only in cluster mode
2015-06-24 16:23:27 +02:00
Unitech
4848e5c974
avoid safe stringification and JSON.parsing to deep copy and remove circular dependencies + centralize object cloning + reduce data in pm2 pipeline + avoid complex object attached to pm2_env #1326 #1314
2015-06-09 17:30:16 +02:00
jshkurti
4dfa2508ee
updated changelog
2015-04-20 19:26:22 +02:00
jshkurti
e52acd6b4e
little fix
2015-04-14 21:10:48 +02:00
jshkurti
353589dcc2
+node.js tuning/+doc/+tests/added gc in worker
2015-04-14 20:53:21 +02:00
jshkurti
b135b74d3a
new command: pm2 gc (triggers garbage collection)
2015-04-14 19:43:46 +02:00
jshkurti
33180a938c
PM2_KILL_TIMEOUT: Time to wait before a process is considered dead
2015-03-20 20:01:16 +01:00
jshkurti
24669fc3ae
Fix #929 #1043
2015-02-27 19:12:28 +01:00
tknew2
583601b09c
Locksystem - remote control protocol
2014-10-28 12:16:00 +01:00
Joni Shkurti
fe92e71f7d
treekill implemented
2014-10-09 17:28:29 +02:00
tknew2
3c42ea4208
globalize interactor - update README.md - upgrade axm
2014-10-09 14:15:13 +02:00
tknew2
decdc81b95
Better messages - pm2 logs display also internal logs
2014-09-11 18:04:33 +02:00
Alexandre Strzelewicz
2a35f5c2ed
nullify var
2014-08-13 22:04:14 +02:00
tknew2
348e000d5f
update dependencies - refactor some stuff
2014-08-12 15:13:07 +02:00
tknew2
916328c528
pm2 reset metadata method - code hardening
2014-08-11 18:24:37 +02:00
soyuka
feda2fd5d3
Fix #558
2014-07-11 07:51:21 +02:00
soyuka
290a5e58e7
Improved code format - Removed unused variables and not necessary semicolons
2014-06-20 19:24:21 +02:00
tknew2
cf46c99303
add comments
2014-06-13 16:11:43 +02:00
tknew2
eb82881a57
avoid writeAfterEnd error on log reload
2014-05-14 17:28:20 +02:00
tknew2
6ca006ef42
add watchdog
2014-05-13 14:56:01 +02:00
tknew2
a6ccbc93d5
new pm2-usage module w/o native bindings
2014-05-09 14:38:19 +02:00
soyuka
a8ee76312e
Satan is calling God watch methods when --watch argument is called
...
Added God watch methods and actionsMethods
Added Watcher to store watch instances to close/start them - could be improved to add/ignore specific files #368
2014-04-12 15:39:58 +02:00