Last active
August 3, 2022 04:21
-
-
Save NahianAhmed/fa59feaed0f9091226abff146fe25374 to your computer and use it in GitHub Desktop.
Cron Job
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 0/5 * * * ? -> 5 min every hour | |
0 */5 * * * ? ->every 5 min | |
0 * * * * ? -> every min | |
0 0 * * * ? - > every hour |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment