File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -196,13 +196,13 @@ Hashed Cron Expression
196
196
~~~~~~~~~~~~~~~~~~~~~~
197
197
198
198
If you have many trigger scheduled at same time (for example, at midnight, ``0 0 * * * ``)
199
- this could create a very long running schedule right at this time.
199
+ this will create a very long running schedules list right at this time.
200
200
This may cause an issue if a task has a memory leak.
201
201
202
202
You can add a ``#``(for hash) symbol in expression to generate random value. The value
203
203
is deterministic based on the message. This means that while the value is random, it is
204
204
predictable and consistent. A message with string representation ``my task ``
205
- and a defined frequency of ``# # * * * `` will have a calculated frequency
205
+ and a defined frequency of ``# # * * * `` will have an idempotent frequency
206
206
of ``56 20 * * * `` (every day at 8:56pm).
207
207
208
208
A hash range ``#(x-y) `` can also be used. For example, ``# #(0-7) * * * `` means daily,
You can’t perform that action at this time.
0 commit comments