correction for param name
This commit is contained in:
+7
-2
@@ -1,11 +1,16 @@
|
||||
from apscheduler.executors.pool import ThreadPoolExecutor, ProcessPoolExecutor
|
||||
from apscheduler.schedulers.blocking import BlockingScheduler
|
||||
|
||||
from request_sender_test import start_send_requests
|
||||
from queue_message.CookiesPublisher import MORNING_DATA_CACHE
|
||||
from request_sender_test import send_request_for_file_list
|
||||
|
||||
|
||||
def start_book_appointment():
|
||||
start_send_requests(thread_number=31, file_path='~/Desktop/contact_list_2024-05-16.xlsx')
|
||||
file_list = ['~/Desktop/contact_list_2024-05-19.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-17.xlsx',
|
||||
'~/Desktop/15_05_to_test.xlsx']
|
||||
send_request_for_file_list(_file_list=file_list, thread_number=32,
|
||||
data_queue_name=MORNING_DATA_CACHE)
|
||||
|
||||
|
||||
def start_check_results_job(sched):
|
||||
|
||||
Reference in New Issue
Block a user