Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cron recommendation for running oref0-reset-git
  • Loading branch information
Spazholio committed May 26, 2016
commit 13a5df625c0263db4880b9c5bc983f518b54086e
4 changes: 4 additions & 0 deletions docs/docs/walkthrough/phase-4/create-schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
You should use [cron](http://bit.ly/1QpJFk1) to create a schedule for your loop.

There is not more instructions around this at this time, due to the need for you to be very certain you want to automate your loop. That being said, there are some examples and many discussions around this step in the Gitter channel. Look in the web interface and use the search function to see some discussions on this topic, and ask additional questions as needed as you learn about this step.

That being said, we do recommend making sure your OpenAPS git environment is healthy prior to running you loop, and we have a tool for that: `oref0-reset-git`. We recommend running it fairly frequently, so your cron entry should look something like this:

`* * * * * cd [YOUR OPENAPS DIRECTORY] && oref0-reset-git`