From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2DE4B1F454 for ; Wed, 4 Oct 2023 08:50:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1696409459; bh=9xsfyS0yc7/+qER3I8HcGzXjFAno6pGco990e3Gjbv4=; h=From:To:Subject:Date:From; b=cCEF1tNntG3x3j71NBCEtE+p8vUN+YmD8MwnEkuLOgzyWh/LwhNndtRPU49ldmaGm KKgksTAKaul7+u/r/dENS3zGnh3P9cd+twGccOPZ5IRLjPEQW8Adi23Gcxsb+Lhlwx 7vPGL7xRU2OOs+Vv3dhnou7uNjIpkGQZRa8nhjTw= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] ds fix and cleanups Date: Wed, 4 Oct 2023 08:50:55 +0000 Message-ID: <20231004085059.2115839-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/3 fixes a bug I noticed in syslog during a deploy. The rest hopefully make things more robust and less error-prone from typos. Eric Wong (3): ds: Reset: replace Poller object early ds: cleanup fork + Reset support ds: make %AWAIT_PIDS a hash, not hashref lib/PublicInbox/DS.pm | 39 +++++++++++++++++++++------------------ lib/PublicInbox/LEI.pm | 2 +- 2 files changed, 22 insertions(+), 19 deletions(-)