Refine
This commit is contained in:
5
main.py
5
main.py
@@ -2823,8 +2823,9 @@ async def fastapi_run_simulation_manually_by_date(data: Run_Simulation_Manually_
|
||||
thread.start()
|
||||
|
||||
# thread.join()
|
||||
matched_keys = redis_client.keys(f"*{item['simulation_date']}*")
|
||||
redis_client.delete(*matched_keys)
|
||||
# DingZQ 08152025
|
||||
# matched_keys = redis_client.keys(f"*{item['simulation_date']}*")
|
||||
# redis_client.delete(*matched_keys)
|
||||
|
||||
|
||||
############################################################
|
||||
|
||||
Reference in New Issue
Block a user