#brianb_44202
1 messages · Page 1 of 1 (latest)
Hi 👋
If the resource is locked you cannot retrieve it either because the object returned may not match the end state
accoring to the logs, the customer just paid the invoice when we attempted to retrieve the customer record. So this means invoice updates (like payment) wont allow us to retrieve the customer until the action is complete
Correct. Because the Customer's record is being updated to reflect those actions
But this should be ~ a few seconds at most
thanks for the input! was confused given this recommendation from the documentation "Integrations can vastly reduce this by making sure that mutations on the same object are queued up and run sequentially instead". Made me think it specific to concurrent updates