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 0256b25 commit e1a2dc6Copy full SHA for e1a2dc6
doc/clients.md
@@ -109,7 +109,7 @@ Create and manage a schedule as follows
109
schedule-id "my-schedule"
110
client (s/create-client client-options)]
111
(s/schedule client schedule-id {:schedule {:trigger-immediately? true
112
- :memo "Created by John Doe"}
+ :memo {"Created by" "John Doe"}}
113
:spec {:cron-expressions ["0 0 * * *"]
114
:timezone "US/Central"}
115
:policy {:pause-on-failure? false
@@ -125,4 +125,4 @@ Create and manage a schedule as follows
125
(s/execute client schedule-id :skip)
126
(s/reschedule client schedule-id {:spec {:cron-expressions ["0 1 * * *"]}})
127
(s/unschedule client schedule-id))
128
-```
+```
0 commit comments