You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/docs.md
+10-12
Original file line number
Diff line number
Diff line change
@@ -4776,15 +4776,14 @@ Create a new schedule.
4776
4776
4777
4777
***is_exclusive** (`bool`) – When set to true, don’t start actor or actor task if it’s still running from the previous schedule.
4778
4778
4779
-
***name** (`Optional[str]`) – The name of the schedule to create.
4780
-
4781
-
***actions** (`Optional`[`List[Dict]`]) – Actors or tasks that should be run on this schedule. See the API documentation for exact structure.
4779
+
***name** (`str`, *optional*) – The name of the schedule to create.
4782
4780
4783
-
***description** (`Optional[str]`) – Description of this schedule
4781
+
***actions** (`list of dict`, *optional*) – Actors or tasks that should be run on this schedule. See the API documentation for exact structure.
4784
4782
4785
-
***timezone** (`Optional[str]`) – Timezone in which your cron expression runs (TZ database name from [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones))
4783
+
***description** (`str`, *optional*) – Description of this schedule
4786
4784
4787
-
***title** (`Optional[str]`) – A human-friendly equivalent of the name
4785
+
***timezone** (`str`, *optional*) – Timezone in which your cron expression runs
4786
+
(TZ database name from [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones))
4788
4787
4789
4788
***Returns**
4790
4789
@@ -5791,15 +5790,14 @@ Create a new schedule.
5791
5790
5792
5791
***is_exclusive** (`bool`) – When set to true, don’t start actor or actor task if it’s still running from the previous schedule.
5793
5792
5794
-
***name** (`Optional[str]`) – The name of the schedule to create.
5795
-
5796
-
***actions** (`Optional`[`List[Dict]`]) – Actors or tasks that should be run on this schedule. See the API documentation for exact structure.
5793
+
***name** (`str`, *optional*) – The name of the schedule to create.
5797
5794
5798
-
***description** (`Optional[str]`) – Description of this schedule
5795
+
***actions** (`list of dict`, *optional*) – Actors or tasks that should be run on this schedule. See the API documentation for exact structure.
5799
5796
5800
-
***timezone** (`Optional[str]`) – Timezone in which your cron expression runs (TZ database name from [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones))
5797
+
***description** (`str`, *optional*) – Description of this schedule
5801
5798
5802
-
***title** (`Optional[str]`) – A human-friendly equivalent of the name
5799
+
***timezone** (`str`, *optional*) – Timezone in which your cron expression runs
5800
+
(TZ database name from [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones))
0 commit comments