Skip to content

Commit 7db02e6

Browse files
committed
wip
1 parent 6d0ba24 commit 7db02e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scheduling.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ Method | Description
117117
`->everyThirtyMinutes();` | Run the task every thirty minutes
118118
`->hourly();` | Run the task every hour
119119
`->hourlyAt(17);` | Run the task every hour at 17 minutes past the hour
120+
`->everyOddHour();` | Run the task every odd hour
120121
`->everyTwoHours();` | Run the task every two hours
121122
`->everyThreeHours();` | Run the task every three hours
122123
`->everyFourHours();` | Run the task every four hours

0 commit comments

Comments
 (0)