I want to run a job on every Monday once.
I tried
agenda.every('* * * * * 1', 'Weekly keyworker report');
But it executes a every seconds.I am confused to use that. I am working based on this package.
I want to run a job on every Monday once.
I tried
agenda.every('* * * * * 1', 'Weekly keyworker report');
But it executes a every seconds.I am confused to use that. I am working based on this package.