-
Notifications
You must be signed in to change notification settings - Fork 429
/
crontab.txt
20 lines (19 loc) · 1.03 KB
/
crontab.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# m h dom mon dow command
########### training / optimization
1 1 * * * #cd pytrader; ./manage.py predict_many_v2 #KO NOTES -- This is done in a while loop in a screen now
1 1 * * * #cd pytrader; ./manage.py predict_many_sk #KO NOTES -- This is done in a while loop in a screen now
1,11,21,31,41,51 * * * * cd pytrader; ./manage.py compare_perf #TODO: change me when granularity changes
########### poloniex apis
* * * * * cd pytrader; ./manage.py pull_prices
1 */6 * * * cd pytrader; ./manage.py pull_deposits
*/5 * * * * cd pytrader; ./manage.py pull_balance
########### social apis
*/10 * * * * cd pytrader; ./manage.py pull_twitter
*/5 * * * * cd pytrader; ./manage.py pull_reddit
* * * * * cd pytrader; ./manage.py pull_bitcointalk
########### trader
*/5 * * * * cd pytrader; ./manage.py scheduled_trades
########### admin
* * * * * #cd pytrader; ./manage.py runserver $IP_ADDRESS:80 #KO NOTES -- This is done in a while loop in a screen now
1 1 * * * cd pytrader; sh scripts/make_backup.sh
*/30 * * * * cd pytrader; ./manage.py alert_fail_cases