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
It's not possible to run multiple ansible-pull command concurrently for the same repo, as it causes some data race issues (see #192 for example). To avoid this, the webhook should contain a lock to serialize all deployments.
It's not possible to run multiple
ansible-pullcommand concurrently for the same repo, as it causes some data race issues (see #192 for example). To avoid this, the webhook should contain a lock to serialize all deployments.