#lolito-locked-resources
1 messages · Page 1 of 1 (latest)
Hello! Yes, the issue here is likely that you're trying to retrieve the Invoice object whilst some internal API is also accessing that same object (to perhaps update a value), and it becomes 'locked'
Thanks @drifting patrol , would a retry after failure be enough? Or should we delay the job execution a couple of seconds? Just want to make sure we are ok with that. Thanks
I would recommend trying to delay the API call, personally