will I lose data stored in async queue in Node.js project after pm2 reload?

Questionswill I lose data stored in async queue in Node.js project after pm2 reload?
sethbeckerman5 Staff asked 5 years ago

Currently, I'm working on a live node.js server that has an async queue running with tons of data.
Will I lose all queued data if I run pm2 reload?
I can't test to see what will happen since it's a live server.
Looking forward to hearing about your experience!


View on Stack Overflow