APIs & Integrations

saif_redwhale
Participant

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.",
"category": "LOCKED",
"correlationId": "1bc92e99-d6e5-4fd6-938d-45763a7d8df7"
}

Thanks in advance. Any help is much appreciated. 
0 Upvotes
1 Accepted solution
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

Timed out trying to acquire unique value lock for property value

SOLVE

Hello @saif_redwhale 

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.

Digital Marketing & Inbound Expert In Growth Hacking Technology

View solution in original post

1 Reply 1
himanshurauthan
Solution
Thought Leader | Elite Partner
Thought Leader | Elite Partner

Timed out trying to acquire unique value lock for property value

SOLVE

Hello @saif_redwhale 

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.

Digital Marketing & Inbound Expert In Growth Hacking Technology