From 5b87938acfc57bf799ee03f15aa3683668bacf35 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Wed, 5 Nov 2025 16:10:08 +0100 Subject: [PATCH] use contact_list_file of 2025-10-30 --- mail/mail_reader_all_contacts.py | 6 +++--- request_sender_test.py | 8 ++++---- scheduler_test.py | 3 ++- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/mail/mail_reader_all_contacts.py b/mail/mail_reader_all_contacts.py index f01cbae..ca6f99c 100755 --- a/mail/mail_reader_all_contacts.py +++ b/mail/mail_reader_all_contacts.py @@ -296,9 +296,9 @@ if __name__ == '__main__': contact_to_book_list = read_contacts( # file_name="/Users/rdv/Desktop/contact_list_not_used_contacts.xlsx") # file_name="/Users/lpan/Desktop/contact_list_not_used_contacts.xlsx") - # file_name="/Users/rdv/Desktop/real_name_contacts_100_hotmail.xlsx") - # file_name="~/Desktop/contact_list_2025-07-11.xlsx") - file_name="~/Desktop/contact_list_2025-09-08.xlsx") + file_name="/Users/rdv/Desktop/contact_list_2025-10-30.xlsx") + # file_name="~/Desktop/contact_list_all.xlsx") + # file_name="~/Desktop/contact_list_2025-09-08.xlsx") # file_name="/Users/rdv/Desktop/contact_list_all_studo_gmx_us.xlsx") # file_name="/Users/rdv/Desktop/contact_list_2025-05-24.xlsx") all_mail_list = MONGO_STORE_MANAGER.get_destination_emails() diff --git a/request_sender_test.py b/request_sender_test.py index 2bd0045..b7e37f7 100644 --- a/request_sender_test.py +++ b/request_sender_test.py @@ -102,11 +102,11 @@ if __name__ == '__main__': # '~/Desktop/15_05_to_test.xlsx'] # file_list = ['~/Desktop/contact_list_2025-07-15.xlsx'] # file_list = ['~/Desktop/contact_list_2025-07-28.xlsx'] - # file_list = ['~/Desktop/contact_list_2025-06-23.xlsx'] - # file_list = ['~/Desktop/contact_list_2025-05-16.xlsx'] - file_list = ['~/Desktop/contact_list_2025-09-08.xlsx'] + file_list = ['~/Desktop/contact_list_2025-10-30.xlsx'] + # file_list = ['~/Desktop/contact_list_all.xlsx'] + # file_list = ['~/Desktop/contact_list_2025-09-08.xlsx'] # file_list = ['~/Desktop/real_name_contacts_100_aol_17_04.xlsx'] # file_list = ['~/Desktop/contact_list_2025-08-18_no_ms.xlsx'] # file_list = ['~/Desktop/real_name_contacts_100_27_06.xlsx'] - send_request_for_file_list(file_list=file_list, thread_number=10, + send_request_for_file_list(file_list=file_list, thread_number=30, data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50) diff --git a/scheduler_test.py b/scheduler_test.py index a5051fa..c2b11e7 100644 --- a/scheduler_test.py +++ b/scheduler_test.py @@ -6,7 +6,8 @@ from request_sender_test import send_request_for_file_list def start_book_appointment(): - file_list = ['~/Desktop/contact_list_2025-09-08.xlsx'] + # file_list = ['~/Desktop/contact_list_2025-09-08.xlsx'] + file_list = ['~/Desktop/contact_list_2025-10-30.xlsx'] send_request_for_file_list(file_list=file_list, thread_number=60, data_queue_name=MORNING_DATA_CACHE, stop_at_hour=11, stop_at_mins=10)