update cron job
This commit is contained in:
parent
a077d1d3ae
commit
57d295910f
@ -404,7 +404,7 @@ schedule.every(8).minutes.do(run_threaded, run_one_day_price).tag('one_day_price
|
||||
schedule.every(20).minutes.do(run_threaded, run_tracker).tag('tracker_job')
|
||||
|
||||
|
||||
schedule.every(30).minutes.do(run_threaded, run_market_moods).tag('market_moods_job')
|
||||
schedule.every(10).minutes.do(run_threaded, run_market_moods).tag('market_moods_job')
|
||||
schedule.every(10).minutes.do(run_threaded, run_earnings).tag('earnings_job')
|
||||
|
||||
#schedule.every(4).hours.do(run_threaded, run_share_statistics).tag('share_statistics_job')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user