I need to deploy few cron jobs for my nodejs app hosted on google cloud.
I have 2 options
- cron-schedule npm package.
- cron.yaml provided by app engine.
I am not sure which has better performance and why ?
adding to it, I want my cron jobs to work on preemptible instance as they are meant for it, i search a lot but didn't find anything related.