main #2

Merged
jingrow merged 250 commits from main into v1 2026-01-13 22:45:50 +08:00
Showing only changes of commit 660c7f499e - Show all commits

View File

@ -850,6 +850,14 @@ def create_aliyun_server(order_name):
jingrow.db.commit()
# 延迟60秒执行update_server_record来更新服务器详细信息
time.sleep(60)
jingrow.enqueue(
"jcloud.api.aliyun_server_light.update_server_record",
instance_ids=json.dumps([instance_id]),
timeout=120
)
return True
except Exception as e: