This message was deleted.
# golang
s
This message was deleted.
e
Automation api has some issues with running in parallel at the moment (https://github.com/pulumi/pulumi/issues/8186) you might be hitting a limitation due to that.
l
Hi @echoing-dinner-19531 Thanks for answering, Looks like I facing the same issue . Is there any work around to solve this issue .
e
Not currently. Automation API is overdue a re-work and fixing this will be one of the priorities when we do that. For now you'll want to use some sort of global locking (named semaphores, file locks, etc) to work around it.