clicepfl/infra

Prevent race in webhook

Aberta

#193 aberto em 29 de mar. de 2026

 (0 comentário) (0 reação) (0 responsável)Rust (1 fork)auto 404
buggood first issue

Métricas do repositório

Stars
 (3 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador