#lolito-locked-resources

1 messages · Page 1 of 1 (latest)

drifting patrol
#

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'

exotic smelt
#

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

drifting patrol
#

I would recommend trying to delay the API call, personally

exotic smelt
#

@drifting patrol Thank you for your time, will go with that and see how it goes 👍

#

Have a good one!