• docs: record telegram listener crash-loop failure and bash errexit lesson
    gates / consistency-and-conventions (push) Successful in 25s

    gitea-actions released this 2026-09-12 19:53:56 +02:00

    • failure_telegram_listener_254.md: /capture->ffmpeg 254 exit chain,
      CHLD-trap blind spot, bare 'wait'-under-set -e daemon kill, systemd
      crash-loop + getUpdates offset reset, flock path divergence, fix
      (set -e-safe reap + persisted offset, fcfa2a5)
    • lesson_bash_errexit_wait.md: capturing a failing child's status with
      'wait pid; rc=?' under set -euo pipefail aborts the parent;
      always use 'wait pid 2>/dev/null || rc=?'
    Downloads