This commit is contained in:
DingZQ
2025-01-30 23:09:44 +08:00
parent 618a374a29
commit 167fb434a2

View File

@@ -188,7 +188,8 @@ async def fastapi_run_project(network: str) -> str:
return result
finally:
# 手动释放锁(可选,依赖过期时间自动释放更安全)
redis_client.delete(lock_key)
# redis_client.delete(lock_key)
pass
# put in inp folder, name without extension
@app.get("/runinp/")