|
@@ -265,7 +265,7 @@ Some examples:
|
|
|
| | |
|
|
|
+-----------------------------------------+--------------------------------------------+
|
|
|
| ``crontab(0, 0,`` | Execute on every even numbered day. |
|
|
|
-| ``day_of_month='2-30/3')`` | |
|
|
|
+| ``day_of_month='2-30/2')`` | |
|
|
|
+-----------------------------------------+--------------------------------------------+
|
|
|
| ``crontab(0, 0,`` | Execute on the first and third weeks of |
|
|
|
| ``day_of_month='1-7,15-21')`` | the month. |
|
|
@@ -273,7 +273,7 @@ Some examples:
|
|
|
| ``crontab(0, 0, day_of_month='11',`` | Execute on the eleventh of May every year. |
|
|
|
| ``month_of_year='5')`` | |
|
|
|
+-----------------------------------------+--------------------------------------------+
|
|
|
-| ``crontab(0, 0,`` | Execute every day on the first month |
|
|
|
+| ``crontab(0, 0,`` | Execute every day on the first month |
|
|
|
| ``month_of_year='*/3')`` | of every quarter. |
|
|
|
+-----------------------------------------+--------------------------------------------+
|
|
|
|