Run cron job every 1st of the month

I’m trying to run a cron job on the 1st of every month at 6AM but any syntax I’m giving isn’t working e.g **0 0 6 1 1/1 ? *** generated from http://www.cronmaker.com/

Is this even possible with your cron engine?

And by “it’s not working” what do you mean? Are you seeing a different frequency of runs or are you getting no runs at all?

CleanShot 2020-12-28 at 15.10.30

I get this error @mahsa

Hi @che! I believe you want to use this cron expression: 0 6 1 * *