COMMITS
/ lib/Worker.js February 8, 2026
U
v7 refactor
Unitech committed
November 13, 2024
U
disable git parsing by default #5909 #2182 #5801 #5051 #5696
Unitech committed
July 7, 2024
A
feat: add support for disabling version checks
Aryeh Berman committed
February 9, 2022
U
use croner instead of node-schedule
Unitech committed
February 8, 2022
U
fix cron check
Unitech committed
January 19, 2022
D
Update copywrite year (2021 -> 2022)
Dimitar Drenkovski committed
September 24, 2021
M
Replaced cron with node-schedule
Marco Arrigo committed
U
cron restarts improvements
Unitech committed
January 28, 2021
U
bump copyright years
Unitech committed
December 9, 2020
August 11, 2020
A
Small grammar fix and addition of units to output.
Adam Malone committed
December 10, 2019
U
chore: version check
Unitech committed
November 18, 2019
U
fix: right cron prefix + re activate cron on restart
Unitech committed
November 14, 2019
U
fix: cron refactor
Unitech committed
October 9, 2018
S
Use a Map instead of an object to keep cron jobs in memory
soyuka committed
October 6, 2018
S
fix #2487 put cron in the worker
soyuka committed
October 3, 2018
U
#3928 reset restart delay once application is in stable mode
Unitech committed
September 28, 2018
U
#3932 address CPU spikes - now using bellow to 0.5% in average
Unitech committed
July 19, 2018
Y
refactor: only import the necessary methods from async.
Yazan Medanat committed
November 30, 2016
A
restart if module only
Aymeric Lavit d'Hautefort committed
November 28, 2016
A
(fix) module pid/mem monitoring
Aymeric Lavit d'Hautefort committed
November 4, 2016
U
#2492 drop legacy if statement in worker
Unitech committed
October 26, 2016
V
(feature) wait for application ready event when asked
vmarchaud committed
August 7, 2016
U
July 30, 2016
U
#709 #437 (feature) pm2 logs --json
Unitech committed
March 22, 2016
U
add Copyright header to each file
Unitech committed
March 21, 2016
March 11, 2016
U
#2012 #1650 #1743 #1613: allow reconfiguration attrs/env on reload
Unitech committed
March 9, 2016
October 9, 2015
U
check values
Unitech committed
U
check both string and boolean
Unitech committed
July 16, 2015
D
Try to fix #1380, disable automatic garbage collection
Dimitri Jorge committed
June 11, 2015
U
add back edge case 0 memory restart and adapt tests
Unitech committed
June 10, 2015
U
comment edge case scenario behavior
Unitech committed
June 5, 2015
J
fixed ENOMEM crashing PM2
jshkurti committed
J
GC is now called first when the worker runs to reduce ENOMEM errors
jshkurti committed
May 17, 2015
J
max_memory_restart now performs a graceful reload
Joni Shkurti committed
April 22, 2015
-
call reload instead of restart to gracefully restart processes
--global committed
-
on max memory reached reload instead of restart
--global committed
April 16, 2015
J
+--no-vizion/+tests/+doc/+changelog
jshkurti committed
April 14, 2015
J
+node.js tuning/+doc/+tests/added gc in worker
jshkurti committed
March 5, 2015
U
U
reset vizion_running on each restart + add error message in Worker.js
Unitech committed
February 18, 2015
J
Now 0memory&online case restarts the app only if it is in cluster_mode
Joni Shkurti committed
February 16, 2015
J
Replaced console.log() by debug() in worker
jshkurti committed
J
Fixed `pm2 desc` cli-table bug
jshkurti committed
February 3, 2015
U
avoid to pass on pm2_env
Unitech committed
January 29, 2015
J
God.handleExit: more verbose
jshkurti committed
January 13, 2015
G
Never start a process that already has a PID
Gil Pedersen committed