We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fabpot
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
2 parents ff71daa + 31d7c36 commit ff6a143Copy full SHA for ff6a143
scheduler.rst
@@ -227,7 +227,7 @@ this will create a very long running list of schedules at that exact time.
227
This may cause an issue if a task has a memory leak.
228
229
You can add a hash symbol (``#``) in expressions to generate random values.
230
-Athough the values are random, they are predictable and consistent because they
+Although the values are random, they are predictable and consistent because they
231
are generated based on the message. A message with string representation ``my task``
232
and a defined frequency of ``# # * * *`` will have an idempotent frequency
233
of ``56 20 * * *`` (every day at 8:56pm).
0 commit comments