try to scheduler multi tasks

This commit is contained in:
2025-08-19 08:42:35 +02:00
parent ca49028e98
commit 57ae14049e
3 changed files with 37 additions and 4 deletions
+2 -2
View File
@@ -105,8 +105,8 @@ if __name__ == '__main__':
# file_list = ['~/Desktop/contact_list_2025-07-28.xlsx']
# file_list = ['~/Desktop/contact_list_2025-06-23.xlsx']
# file_list = ['~/Desktop/contact_list_2025-03-11.xlsx']
# file_list = ['~/Desktop/contact_list_2025-05-21.xlsx']
file_list = ['~/Desktop/contact_list_2025-08-14.xlsx']
file_list = ['~/Desktop/contact_list_2025-05-21.xlsx']
# file_list = ['~/Desktop/contact_list_2025-08-14.xlsx']
# file_list = ['~/Desktop/real_name_contacts_100_27_06.xlsx']
send_request_for_file_list(file_list=file_list, thread_number=10,
data_queue_name=MORNING_DATA_CACHE, stop_at_hour=19, stop_at_mins=50)