Why is the cron: `"*/1 * * * *"` instead of `"* * * * *"` . The second one sched . . .

Bhaskar Bantupalli:
Why is the cron: "*/1 * * * *" instead of "* * * * *" . The second one schedules every minute. where as first one scehdules every 10 min. on 1st min, 11th min, 21st min, …

unnivkn:
Hi @Bhaskar Bantupalli fyr: https://crontab.guru/


Bhaskar Bantupalli:
so both are correct. aren’t they?

unnivkn:
both are same