30 Commits

Author SHA1 Message Date
Unitech
dc72d9dbec feat: send signal via env PM2_KILL_USE_MESSAGE or --shutdown-with-message 2019-10-30 13:54:01 +01:00
Aleksey Kabanov
6ccfeb7165 Extracted kill signal to the constants.js. Added new environment variable 'PM2_KILL_USE_SEND' (false by default) to allow PM2 to use process.send() instead of the process.kill() from the God.killProcess() method.
This allows applications not to depend on the platform-specific signal behavior and eventually have a graceful shutdown capability on Windows.
2019-10-24 16:15:31 -07:00
Unitech
b8fb578f42 fix: wait that python app exited properly 2019-10-15 20:13:56 +02:00
Unitech
24c35236f5 fix: #4442 allow to pass path in direct pm2 execution 2019-10-14 12:09:50 +02:00
Alexandre Strzelewicz
474ac37610
Merge pull request #4392 from mib008/patch/issue_4378
Patch/issue 4378
2019-08-14 15:26:53 +01:00
mib008
886c5c57d6 fix: remove garbage whitespace. 2019-08-14 12:46:24 +08:00
Unitech
cd68c2a801 fix: show error msg when trying to start not found script in ecosystem 2019-06-21 23:15:30 -07:00
Unitech
26563239f2 fix: cb calls 2019-06-02 15:35:50 +02:00
Unitech
42b1e707aa fix: adapt test to new CLI behavior 2019-04-26 15:03:58 +02:00
Florian Hermouet-Joscht
b869eb5afd
improv: serve feat, spa + basic auth 2019-03-27 16:19:43 +01:00
Unitech
741144e299 test: skip tests and require when node4 2019-03-08 10:32:24 +01:00
Unitech
fc7fc44027 fix: switch to new api 2019-01-30 15:02:53 +01:00
Unitech
2085bf04e0 fix: increase threshold of weighted error 2019-01-08 17:23:54 +01:00
Unitech
18da154805 fix: error message if extra lang interpreters are not installed 2018-12-27 14:36:28 +01:00
Unitech
495c77f90b feat: faster test/less output #4079 2018-12-18 18:20:09 +01:00
Unitech
0f1c2c6a24 faster logs throughput date parsing by replacing moment by date-fns in PM2 Daemon + homogeneize all logs with same date format + factorize ForkMode logging 2018-09-23 23:33:42 +02:00
Unitech
e2aa872b37 -i <instances> default to exec_mode fork if not a node app + add test + remove unused test 2018-09-20 13:36:51 +02:00
Unitech
04ab7ac4e1 fix: tmp fix io@beta + rename metric 2018-09-03 17:30:19 +02:00
Unitech
1da6edde80 feature: pm2 plus cli 2018-07-11 12:51:25 +02:00
Alexandre Strzelewicz
f0249684bc fix: #3688 test adaptation + pm2 serve --port option 2018-05-27 19:33:53 +02:00
Alexandre Strzelewicz
af60e99466 feature: allow to start raw command via pm2 start "my command with params" + alias script in ecosystem file with cmd & command 2018-05-27 16:07:54 +02:00
Unitech
c43414a634 chore: remove test for pmx alert system 2018-05-10 21:02:28 +02:00
Unitech
91d14f0434 revert: stick with normal test wo parallelization 2018-03-24 17:39:25 +01:00
Unitech
b075e6d09b fix: test/display summary 2018-03-23 11:54:44 +01:00
Unitech
08612de5b7 refactor: parallel test v1 2018-03-23 10:36:44 +01:00
Unitech
5bf2b56274 sync with development 2018-03-20 11:10:24 +01:00
Unitech
2b9ffd4eb4 refactor: e2e test rewrite 2018-03-20 10:54:11 +01:00
Unitech
6da48a4362 e2e: fix dump 2018-02-27 15:44:03 +01:00
Unitech
c3ccc651d0 refactor: name tests well 2018-02-27 01:10:51 +01:00
Unitech
8a7db95aab refactor: e2e rename 2018-02-26 20:41:08 +01:00