mns-scheduler 1.1.0.4__py3-none-any.whl → 1.1.0.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mns-scheduler might be problematic. Click here for more details.
- mns_scheduler/zz_task/data_sync_task.py +2 -1
- {mns_scheduler-1.1.0.4.dist-info → mns_scheduler-1.1.0.5.dist-info}/METADATA +1 -1
- {mns_scheduler-1.1.0.4.dist-info → mns_scheduler-1.1.0.5.dist-info}/RECORD +5 -5
- {mns_scheduler-1.1.0.4.dist-info → mns_scheduler-1.1.0.5.dist-info}/WHEEL +0 -0
- {mns_scheduler-1.1.0.4.dist-info → mns_scheduler-1.1.0.5.dist-info}/top_level.txt +0 -0
|
@@ -48,6 +48,7 @@ import mns_scheduler.risk.transactions.transactions_check_api as transactions_ch
|
|
|
48
48
|
import mns_scheduler.concept.ths.sync_new_index.sync_ths_concept_new_index_api as sync_ths_concept_new_index_api
|
|
49
49
|
import mns_scheduler.company_info.clean.company_info_clean_api as company_info_clean_api
|
|
50
50
|
|
|
51
|
+
|
|
51
52
|
# 同步交易日期任务完成
|
|
52
53
|
def sync_trade_date():
|
|
53
54
|
trade_date_common_service_api.sync_trade_date()
|
|
@@ -393,7 +394,7 @@ blockingScheduler.add_job(sync_new_concept_index_task, 'interval', minutes=10, m
|
|
|
393
394
|
blockingScheduler.add_job(sync_all_kpl_plate_info, 'interval', minutes=5, max_instances=4)
|
|
394
395
|
|
|
395
396
|
# 同步公司基本信息
|
|
396
|
-
blockingScheduler.add_job(update_company_base_info, 'cron', hour='18
|
|
397
|
+
blockingScheduler.add_job(update_company_base_info, 'cron', hour='08,18', minute='05')
|
|
397
398
|
# 更新当天涨停股票池
|
|
398
399
|
blockingScheduler.add_job(sync_stock_zt_pool, 'cron', hour='15,19,21,23', minute='42')
|
|
399
400
|
|
|
@@ -122,9 +122,9 @@ mns_scheduler/zt/script/sync_high_chg_pool_his_data.py,sha256=R0syG5gcXRlLxswbBl
|
|
|
122
122
|
mns_scheduler/zt/zt_pool/__init__.py,sha256=Tyvi_iQlv3jz59EdH67Mycnt9CSixcWPQoJwu55bOq0,165
|
|
123
123
|
mns_scheduler/zt/zt_pool/zt_pool_sync_api.py,sha256=YusilleacIhhks1m7qkYHdBS16yvjai2avCSfrDpWAg,7607
|
|
124
124
|
mns_scheduler/zz_task/__init__.py,sha256=QWBdZwBCvQw8aS4hnL9_pg3U3ZiNLUXzlImyy9WhUcI,163
|
|
125
|
-
mns_scheduler/zz_task/data_sync_task.py,sha256=
|
|
125
|
+
mns_scheduler/zz_task/data_sync_task.py,sha256=BqHQ8B2a2hIjin3EylSK5ajLywjo0QxbrF-WydMiaD0,17420
|
|
126
126
|
mns_scheduler/zz_task/sync_realtime_quotes_task.py,sha256=AMTdeyZ-eGaVpZjggKTPr818FFYkRihY3nAvH5Je2A0,941
|
|
127
|
-
mns_scheduler-1.1.0.
|
|
128
|
-
mns_scheduler-1.1.0.
|
|
129
|
-
mns_scheduler-1.1.0.
|
|
130
|
-
mns_scheduler-1.1.0.
|
|
127
|
+
mns_scheduler-1.1.0.5.dist-info/METADATA,sha256=N8jqTgp9EY8-0oCIZFrXt63ffdOmc182OmE1SMjqxb0,64
|
|
128
|
+
mns_scheduler-1.1.0.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
|
129
|
+
mns_scheduler-1.1.0.5.dist-info/top_level.txt,sha256=PXQDFBGR1pWmsUbH5yiLAh71P5HZODTRED0zJ8CCgOc,14
|
|
130
|
+
mns_scheduler-1.1.0.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|