NestJS – treating cron service as request
I have a function that repeatedly uses a service of type ‘scope: Request’. This service obtains a variable from the request header and uses it for further work.
Dynamic cron jobs in NestJs
How to schedule cron job that run every Monday on next hours: