Anshuman
What is the usage of `averagingWindowSeconds` and `sampleRateSeconds` in the metrics API?
Hi Angelo, sure. I want to detect any memory leaks before running out of my credits or shutting down project. It happened with me in the last project that node-cron created a memory leak, I want to check memory usage every 6 hours or so to ensure my application isn't going 2x-3x of it's usual memory usage.
6 replies
Too much Memory usage with node-cron
@Adam this was related to https://github.com/node-cron/node-cron/issues/358. Using cron job without timezone argument worked.
5 replies