clicepfl/infra

Prevent race in webhook

開放

#193 建立於 2026年3月29日

 (0 則留言) (0 個反應) (0 位負責人)Rust (1 個分叉)auto 404
buggood first issue

倉庫指標

星標
 (3 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南