Timed out trying to acquire unique value lock for property value
SOLVE
Hi folks, I have been working on HubSpot CRM API integration. Everything is working fine but I am getting the following error sometime.
{
"status": "error",
"message": "Timed out trying to acquire unique value lock for PropertyValueCoordinates{portalId=xxxxxx, objectTypeId=ObjectTypeId{metaTypeId=2, innerId=xxxxxxx}, propertyName=merlin_id, value=xxxxxxx}. The lock was being held.",
It indicates that there is a lock on a specific property value in HubSpot CRM, and your application is timing out while trying to acquire that lock. This typically happens when multiple processes or threads are attempting to update the same property value simultaneously.
It indicates that there is a lock on a specific property value in HubSpot CRM, and your application is timing out while trying to acquire that lock. This typically happens when multiple processes or threads are attempting to update the same property value simultaneously.