Merge branch 'feature/4_28_0' into feature/stop_process
This commit is contained in:
@@ -94,6 +94,6 @@ def send_request_for_file_list(_file_list: list[str], thread_number: int = 20, d
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
file_list = ['~/Desktop/16_05_to_test.xlsx']
|
||||
send_request_for_file_list(_file_list=file_list, thread_number=20,
|
||||
file_list = ['~/Desktop/09_05_to_test.xlsx','~/Desktop/contact_list_2024-05-13.xlsx']
|
||||
send_request_for_file_list(_file_list=file_list, thread_number=5,
|
||||
data_queue_name=MORNING_DATA_CACHE_2)
|
||||
|
||||
Reference in New Issue
Block a user