How can I get PM2 to load a new cron_restart?
I have a PM2 server running an ecosystem config file with certain jobs using the cron_restart
functionality. I had one job configured as 0 6 * * *
(every day at 6:00) and changed it to 0 10 * * *
(every day at 10:00). I then restarted the ecosystem like this: