Skip to content

Commit

Permalink
Remove cronjob for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xeroc committed Oct 9, 2015
1 parent 437c678 commit ee12f1d
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/pricefeed.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,19 @@ Running

1. unlock your wallet
2. ``python3 pricefeeds.py``
3. You will be asked to provide confirmation of the prices!

Cronjon
#######
.. Cronjon
#######
Since the script fetches its data from other exchanges that may throttle your
polling frequency, and you may want to run the feed script regularily, we
recommend to setup your ``cron``-job as follows:
.. Since the script fetches its data from other exchanges that may throttle your
polling frequency, and you may want to run the feed script regularily, we
recommend to setup your ``cron``-job as follows:
.. code-block:: cron
.. .. code-block:: cron
*/2 * * * * /home/<user>/<path>/scripts/pricefeed/pricefeeds.py >> /home/<user>/feed-update.log
.. */2 * * * * /home/<user>/<path>/scripts/pricefeed/pricefeeds.py >> /home/<user>/feed-update.log
This will execute the script twice per hour and append the log into
``feed-update.log`` in your home directory.
.. This will execute the script twice per hour and append the log into
``feed-update.log`` in your home directory.

0 comments on commit ee12f1d

Please sign in to comment.