use 80 threads
This commit is contained in:
+3
-3
@@ -6,11 +6,11 @@ from request_sender_test import send_request_for_file_list
|
||||
|
||||
|
||||
def start_book_appointment():
|
||||
file_list = ['~/Desktop/contact_list_2024-08-28.xlsx',
|
||||
file_list = ['~/Desktop/contact_list_2024-09-06.xlsx',
|
||||
'~/Desktop/contact_list_all.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-27.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=75,
|
||||
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=30)
|
||||
send_request_for_file_list(file_list=file_list, thread_number=80,
|
||||
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=20)
|
||||
|
||||
|
||||
def start_check_results_job(sched):
|
||||
|
||||
Reference in New Issue
Block a user