<div dir="ltr">Hello list,<div>I'm creating LXC container using the API on proxmox 4.1</div><div>I useĀ get("/cluster/nextid") to get the next free id to use.</div><div>The issue i encountered is when i do simultaneous number of API calls</div><div>I get proxmox trying to create containers with the same ID which gave me this error</div><div><br></div><div><span style="color:rgb(0,0,0);font-family:tahoma,arial,verdana,sans-serif;font-size:11px;line-height:16px;white-space:pre">trying to aquire lock...TASK ERROR: can't lock file '/run/lock/lxc/pve-config-147.lock' - got timeout</span><br></div><div><span style="color:rgb(0,0,0);font-family:tahoma,arial,verdana,sans-serif;font-size:11px;line-height:16px;white-space:pre"><br></span></div><div><span style="color:rgb(0,0,0);font-family:tahoma,arial,verdana,sans-serif;font-size:11px;line-height:16px;white-space:pre">are there a standard way to deal with this?</span></div></div>