clicepfl/infra

Prevent race in webhook

Ouverte

#193 ouverte le 29 mars 2026

 (0 commentaire) (0 réaction) (0 personne assignée)Rust (1 fork)auto 404
buggood first issue

Métriques du dépôt

Stars
 (3 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur