You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is the right place to ask but I've set up Atlantis and all is working well except that when I open a new PR or push a new commit to an existing one I quickly receive a comment that the workspace is locked by another command. I can see the following in the logs which would suggest that the Webhooks is being sent twice?
"level":"info","ts":"2021-11-03T10:03:11.014Z","caller":"events/events_controller.go:318","msg":"identified event as type \"updated\"","json":{}}
{"level":"info","ts":"2021-11-03T10:03:11.014Z","caller":"events/events_controller.go:346","msg":"executing autoplan","json":{}}
{"level":"info","ts":"2021-11-03T10:03:11.069Z","caller":"events/events_controller.go:318","msg":"identified event as type \"updated\"","json":{}}
{"level":"info","ts":"2021-11-03T10:03:11.069Z","caller":"events/events_controller.go:346","msg":"executing autoplan","json":{}}
and this would explain the conflict? Any ideas how I might resolve this or if I'm perhaps on the wrong path?
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
If you are interested in working on this issue or have submitted a pull request, please leave a comment.
The text was updated successfully, but these errors were encountered:
Hi all,
Not sure if this is the right place to ask but I've set up Atlantis and all is working well except that when I open a new PR or push a new commit to an existing one I quickly receive a comment that the workspace is locked by another command. I can see the following in the logs which would suggest that the Webhooks is being sent twice?
and this would explain the conflict? Any ideas how I might resolve this or if I'm perhaps on the wrong path?
Community Note
The text was updated successfully, but these errors were encountered: