bug: DST leading to skipped task error message spiral
node-cron@v4 throws an error when a scheduled task is skipped, and that caused the process to enter a while loop that logged each error, leading to a cpu spike that clogged the process and suspended operations. steps have been taken to prevent future issues by changing timezone to utc and wrapping the scheduled tasks in try catch blocks