use BAK queue for url validation

This commit is contained in:
2025-06-12 14:48:44 +02:00
parent 6fe96ffa87
commit dae681f9a0
2 changed files with 4 additions and 6 deletions
+2 -4
View File
@@ -6,10 +6,8 @@ from request_sender_test import send_request_for_file_list
def start_book_appointment():
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=80,
file_list = ['~/Desktop/contact_list_2025-06-09_2.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=30,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=20)