vmarchaud
|
4205c9b36a
|
(transactions) enable tracing via options
|
2017-01-04 17:02:11 +01:00 |
|
abluchet
|
7d454fc6e1
|
fix handle null rejection
|
2016-09-29 11:29:22 +02:00 |
|
Unitech
|
14537459ef
|
(container) fix message
|
2016-09-29 10:46:29 +02:00 |
|
Unitech
|
501d1ff73a
|
#2413 #2415 avoid exit on unhandledRejection but log it
|
2016-09-29 10:33:16 +02:00 |
|
Unitech
|
197ac4f3f1
|
#2405 #2406 drop unhandledRejection auto catch
|
2016-09-28 11:37:09 +02:00 |
|
Yoanatan Hengli
|
cdc7f7e581
|
When cron onTick message will send to God from the child_process and God will kill it with SIGINT
|
2016-09-22 14:34:00 +03:00 |
|
abluchet
|
85170c83dd
|
Add unhandledRejection
|
2016-09-17 13:53:04 +02:00 |
|
Unitech
|
8c965ec678
|
(cron) emit disconnect and wait for nextTick to exit
|
2016-08-03 00:51:05 -07:00 |
|
Unitech
|
e48358111d
|
#2017 #2248 #2255 - add Typescript support
|
2016-07-02 13:05:15 +02:00 |
|
Piotr Roszatycki
|
27a430b37e
|
catch an exception if coffe or livescript interpreter can't be loaded
|
2016-06-28 12:20:12 +02:00 |
|
Piotr Roszatycki
|
8602b7ea69
|
livescript support
|
2016-06-28 12:19:40 +02:00 |
|
Unitech
|
c3c0fcff46
|
add Copyright header to each file
|
2016-03-22 23:33:43 +01:00 |
|
Unitech
|
36449ba865
|
avoid double cb call in proccontainer
|
2016-03-14 12:21:16 +01:00 |
|
Unitech
|
cb377ce413
|
#2011
|
2016-03-11 15:29:04 +01:00 |
|
--global
|
242f564f4c
|
fix: allow to disable source map auto detection [#1980]
|
2016-02-29 17:09:34 +01:00 |
|
--global
|
b74ca35d2e
|
feature: add source map support [#1980]
|
2016-02-28 22:32:03 +01:00 |
|
Unitech
|
56bf0b46c0
|
#1800 display node.js version when doing pm2 show <app_name>
|
2016-01-28 18:44:05 +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 |
|
Unitech
|
66536fd423
|
#1639
|
2015-09-23 15:36:54 +02:00 |
|
jshkurti
|
04c72a7583
|
fix #1524
|
2015-08-13 19:28:45 +02:00 |
|
jshkurti
|
7227042eaf
|
trying to fix tests
|
2015-08-07 12:36:32 +02:00 |
|
jshkurti
|
5faefd2ac8
|
new flag: --no-pmx
|
2015-08-05 19:15:25 +02:00 |
|
jshkurti
|
0ab7248805
|
fix : Channel closed error in ProcessContainer
|
2015-06-19 14:48:55 +02:00 |
|
jshkurti
|
360d14c477
|
refactor pm2 logs : DONE
|
2015-06-10 17:23:25 +02:00 |
|
Unitech
|
0d916841ef
|
add back pmx
|
2015-06-03 11:11:47 +02:00 |
|
jshkurti
|
956e0fc521
|
no pmx [test]
|
2015-05-28 17:07:55 +02:00 |
|
--global
|
911ae4e299
|
next-gen-js
|
2015-05-01 19:24:26 -04:00 |
|
jshkurti
|
fa33959f47
|
fix #1146
|
2015-04-15 18:16:15 +02:00 |
|
Unitech
|
d0a7a8abc6
|
Destroy/end/close when reloading logs in cluster mode
|
2015-04-14 23:47:18 -04:00 |
|
jshkurti
|
c00543aad1
|
cluster_mode: now gives a neutral name to the worker process title
|
2015-04-10 18:49:25 +02:00 |
|
jshkurti
|
842b823672
|
fix #1111 : More verbosity on writeFileSync errors
|
2015-03-20 18:28:02 +01:00 |
|
jshkurti
|
f99176e8dc
|
travis test
|
2015-03-19 18:22:19 +01:00 |
|
Unitech
|
f7156d10ba
|
no domain in test mode
|
2015-02-20 15:02:45 -05:00 |
|
Unitech
|
05fce70a5a
|
add back worker
|
2015-02-19 11:55:20 -05:00 |
|
Unitech
|
63684d15de
|
auto pmx init in cluster mode
|
2015-02-19 11:20:49 -05:00 |
|
Unitech
|
3ed9411634
|
replace axm module by pmx
|
2015-02-02 22:03:31 -05:00 |
|
Tjatse
|
3598582f0b
|
Fixed #951
|
2015-01-28 12:56:02 +08:00 |
|
Tjatse
|
fe34aac8dc
|
fixed critical bug: process.env flattens all env-vars.
|
2014-12-23 10:59:46 +08:00 |
|
Unitech
|
17e3979c79
|
fix in process container
|
2014-12-12 17:17:32 +01:00 |
|
Unitech
|
21306731e4
|
Move startLogging method into Utility.js to avoid memory overhead from Common.js
|
2014-11-21 12:04:43 +01:00 |
|
Tjatse
|
bf32318b2a
|
1. Make sure directories of logs and pods exist before logging. 2. Refactor: put startLogging into Common.
|
2014-11-21 11:22:35 +08:00 |
|
Unitech
|
6897118123
|
remove disconnect on log reload to continue interaction between procesess
|
2014-11-18 16:10:32 +01:00 |
|
Tjatse
|
0f7f1a749b
|
make sure stdio exist and graceful exit when reload/restart
|
2014-11-17 21:11:21 +08:00 |
|
Tjatse
|
bb54ac7a9d
|
fix: when reload/restart is called, disconnect the previous at first.
|
2014-11-17 19:44:26 +08:00 |
|
Tjatse
|
e90c18f486
|
Revert "fix: when reload/restart is called, listeners of stdio should be removed."
This reverts commit b94b659a1323eb7321642893f4f24f3bdbbb3301.
|
2014-11-17 19:17:51 +08:00 |
|
Tjatse
|
b94b659a13
|
fix: when reload/restart is called, listeners of stdio should be removed.
|
2014-11-17 19:09:38 +08:00 |
|
Tjatse
|
0c6c089f4f
|
feature: merge std(out && err)
|
2014-11-17 17:17:49 +08:00 |
|
tknew2
|
25f3415843
|
set AXM option error to true on cluster mode
|
2014-11-07 18:05:29 +01:00 |
|
tknew2
|
8dbdf00b36
|
rename PM2 and clustered processes when running (vizible with ps or htop)
|
2014-11-07 01:25:44 +01:00 |
|
tknew2
|
cc77eeeb86
|
remove run-as-user options
|
2014-10-15 12:05:06 +02:00 |
|