diff --git a/cryptoai/monitor_endpoint.py b/cryptoai/monitor_endpoint.py index c4b4a86..6884d8a 100644 --- a/cryptoai/monitor_endpoint.py +++ b/cryptoai/monitor_endpoint.py @@ -21,9 +21,9 @@ def run_monitor(): schedule.every().hour.at(time).do(volume_growup_monitor.run, time_interval="5m") - # 15分钟监控,技术指标 - for time in [":00", ":15", ":30", ":45"]: - schedule.every().hour.at(time).do(technical_indicators_monitor.run, time_interval="15m") + # # 15分钟监控,技术指标 + # for time in [":00", ":15", ":30", ":45"]: + # schedule.every().hour.at(time).do(technical_indicators_monitor.run, time_interval="15m") # 每小时整点监控,技术指标 for time in ["00:00", "01:00", "02:00", "03:00", "04:00", "05:00", "06:00", "07:00", "08:00", "09:00", "10:00", "11:00", "12:00", "13:00", "14:00", "15:00", "16:00", "17:00", "18:00", "19:00", "20:00", "21:00", "22:00", "23:00"]: diff --git a/docker-compose.yml b/docker-compose.yml index edb9deb..f923fa1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -18,7 +18,7 @@ services: cryptoai-monitor: build: . container_name: cryptoai-monitor - image: cryptoai-monitor:0.0.9 + image: cryptoai-monitor:0.0.10 restart: always command: python run_monitor.py environment: