Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #238 from koalie/patch-22
Browse files Browse the repository at this point in the history
Editorial
  • Loading branch information
foxmask committed Oct 12, 2017
2 parents 00542ce + d1eec27 commit 009ce47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/crontab.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Crontab
=======

a crontab is a system that automate tasks for you, at a given moment.
a crontab is a system that automates tasks for you, at a given moment.

Here are the tasks to be used to run the **Trigger Happy** engine automatically
Here are the tasks to run the **Trigger Happy** engine automatically


.. code-block:: bash
Expand All @@ -16,8 +16,8 @@ Here are the tasks to be used to run the **Trigger Happy** engine automatically
*/15 * * * * . /home/trigger-happy/bin/publish
The first line is used to recycle the data, that have not been published, for example, because of reaching a rate limit.
When this behavior occurs, the data stay in the cache, to be used at the next loop
The first line is used to recycle the data, that is unpublished, for example, because of reaching a rate limit.
When this behavior occurs, the data stays in the cache, to be used at the next loop.

content of the **recycle** command

Expand All @@ -41,4 +41,4 @@ content of the **publish** command
You may notice the folder `/home/trigger-happy/th/` in each command, this is a virtualenv given for the example

the periodicity of the execution, is set like this, to avoid to make 2 tasks run in same time, and also, to avoid to reach often the rate limitation of Twitter and others sensitives services
The periodicity of the execution is set like this, to avoid to make 2 tasks run in same time, and also, to avoid to reach often the rate limitation of Twitter and others sensitives services.

0 comments on commit 009ce47

Please sign in to comment.