Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Wording correction to reflect that crontab of "30 * * * *" means 30 minutes after every hour instead of every 30 minutes. I have not run beat in production yet but if if you really meant "every 30 minutes" then the crontab equivalent should have been "*/30 * * *".
  • Loading branch information
AlexanderNeilson authored and auvipy committed Nov 8, 2023
1 parent 06a21fd commit 03d1d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Example creating crontab-based periodic task

A crontab schedule has the fields: ``minute``, ``hour``, ``day_of_week``,
``day_of_month`` and ``month_of_year``, so if you want the equivalent
of a ``30 * * * *`` (execute every 30 minutes) crontab entry you specify:
of a ``30 * * * *`` (execute 30 minutes past every hour) crontab entry you specify:

.. code-block:: Python
Expand Down

0 comments on commit 03d1d32

Please sign in to comment.