def once_global_m5_task(thread_name, arr, worker): #tfn = MyThread2(thread_name, job_once_global_day_analysis, worker, arr) #tfn = MyThread2(thread_name, job_once_global_quater_analysis, worker, arr) #tfn = MyThread2(thread_name, job_once_global_month_analysis, worker, arr) #tfn = MyThread2(thread_name, job_once_global_week_analysis, worker, arr) #tfn = MyThread2(thread_name, job_once_global_day_analysis, worker, arr) #tfn = MyThread2(thread_name, job_once_global_5m_analysis, worker, arr) tfn = MyThread2(thread_name, job_once_global_1m_analysis, worker, arr) tfn.start()
def once_task(thread_name, arr, service): tfn = MyThread2(thread_name,job_history_append,service,arr) tfn.start()
def once_global_m5_task(thread_name,arr,worker): tfn = MyThread2(thread_name,job_once_global_m5_append,worker,arr) tfn.start()
def once_task(thread_name, arr, worker): tfn = MyThread2(thread_name, job_history_append, worker, arr) #tfn = MyThread2(thread_name, job_setup_lastdate, worker, arr) tfn.start()
def once_global_m5_task(thread_name,arr,worker): tfn = MyThread2(thread_name, job_once_global_day_analysis, worker, arr) tfn.start()
def once_global_task(thread_name, arr, store, sinanewshistory): tfn = MyThread2(thread_name, job_once_global, store, arr, sinanewshistory) tfn.start()
def once_individuals_task(thread_name,arr,store,futunewsshistory): tfn = MyThread2(thread_name,job_once_individuals,store,arr,futunewsshistory) tfn.start()
def appender_calendar_task(thread_name,arr,store,futunewsshistory): tfn = MyThread2(thread_name,job_calendar_appender,store,arr,futunewsshistory) tfn.start()
def once_appender_byapi_task(thread_name,arr,store,futunewsshistory): tfn = MyThread2(thread_name,job_info_byapi_appender,store,arr,futunewsshistory) tfn.start()
def once_appender_task(thread_name, arr, store, sinanewshistory): tfn = MyThread2(thread_name, job_appender, store, arr, sinanewshistory) tfn.start()