A cron schedule is defined by setting values in five slots * * * * *. Each slot takes can take a single number, range of numbers, or * wildcard. Each slot is defined as:
Minute (0-59) Minute of the hour
Hour (0-23) Hour of the day
Day (1-31) Day of the month
Month (1-12) Month of the year
Weekday (0-6) Day of the week where, Sunday == 0, Monday == 1, …, Saturday == 6.
The script to execute (not necessary for Cloud Functions)
Visite below Website:
https://fireship.io/snippets/crontab-crash-course/
Minute (0-59) Minute of the hour
Hour (0-23) Hour of the day
Day (1-31) Day of the month
Month (1-12) Month of the year
Weekday (0-6) Day of the week where, Sunday == 0, Monday == 1, …, Saturday == 6.
The script to execute (not necessary for Cloud Functions)
Visite below Website:
https://fireship.io/snippets/crontab-crash-course/