We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0ba24 commit 7db02e6Copy full SHA for 7db02e6
scheduling.md
@@ -117,6 +117,7 @@ Method | Description
117
`->everyThirtyMinutes();` | Run the task every thirty minutes
118
`->hourly();` | Run the task every hour
119
`->hourlyAt(17);` | Run the task every hour at 17 minutes past the hour
120
+`->everyOddHour();` | Run the task every odd hour
121
`->everyTwoHours();` | Run the task every two hours
122
`->everyThreeHours();` | Run the task every three hours
123
`->everyFourHours();` | Run the task every four hours
0 commit comments