auto-sync: 2026-06-07 09:50:38
Deploy / ci (push) Waiting to run
Deploy / deploy (push) Blocked by required conditions
Deploy / notify-deploy-failure (push) Blocked by required conditions

This commit is contained in:
cfdaily
2026-06-07 09:50:38 +08:00
parent b4f3cc70ba
commit 717e043686
-1
View File
@@ -1281,7 +1281,6 @@ curl -X POST http://{api_host}:{api_port}/api/projects/{project_id}/tasks/{task_
pid = lock_data.get("pid")
result["lock_pid"] = pid
if pid:
import os
try:
os.kill(pid, 0)
result["lock_pid_alive"] = True