support 4.33.0
This commit is contained in:
+2
-11
@@ -6,18 +6,9 @@ from request_sender_test import send_request_for_file_list
|
||||
|
||||
|
||||
def start_book_appointment():
|
||||
file_list = ['~/Desktop/contact_list_2024-07-25.xlsx',
|
||||
'~/Desktop/contact_list_2024-07-26.xlsx',
|
||||
'~/Desktop/contact_list_2024-07-30.xlsx',
|
||||
'~/Desktop/contact_list_2024-07-24.xlsx',
|
||||
'~/Desktop/contact_list_2024-07-22.xlsx',
|
||||
'~/Desktop/contact_list_2024-07-05.xlsx',
|
||||
'~/Desktop/contact_list_2024-07-04.xlsx',
|
||||
'~/Desktop/contact_list_2024-06-22.xlsx',
|
||||
'~/Desktop/contact_list_2024-06-20.xlsx',
|
||||
'~/Desktop/contact_list_2024-06-19.xlsx',
|
||||
file_list = ['~/Desktop/contact_list_2024-08-09.xlsx',
|
||||
'~/Desktop/contact_list_2024-05-27.xlsx']
|
||||
send_request_for_file_list(file_list=file_list, thread_number=60,
|
||||
send_request_for_file_list(file_list=file_list, thread_number=10,
|
||||
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=40)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user