How to implementing cron job using Blitz.js.
have double-checked Blitz.js document.
Does anyone know or have been done implementing cron job using Blitz.js?? simple sample code would be very helpful.
I was facing a similar issue, trying to implement cronjobs in Express layer of Blitzjs/Nextjs stack, turns out there is a solution for that, in blitzjs Documentation.
It's implemented it using Quirrel a queuing service for projects like NextJs & BlitzJs.
Plenty of code samples in the tutorial implementing how to use it.