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.start()
|
||||||
|
|
||||||
# thread.join()
|
# thread.join()
|
||||||
matched_keys = redis_client.keys(f"*{item['simulation_date']}*")
|
# DingZQ 08152025
|
||||||
redis_client.delete(*matched_keys)
|
# matched_keys = redis_client.keys(f"*{item['simulation_date']}*")
|
||||||
|
# redis_client.delete(*matched_keys)
|
||||||
|
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|||||||
Reference in New Issue
Block a user