gitdataai/libs/git/hook
ZhenYi 8a0d2885f7 fix(git): correct pool panic detection and add failure diagnostic logs
- Fix match pattern: `Ok(Ok(Err(_)))` must be treated as NOT a panic,
  since execute_task_body returns Err(()) on task failure (not a panic).
  Previously the Err path incorrectly set panicked=true, which could
  cause pool to appear unhealthy.
- Add "task failed" log before retry/discard decision so real error
  is visible in logs (previously only last_error on exhausted-retries
  path was logged, which required hitting 5 retries to see the cause).
- Convert 3 remaining pool/mod.rs shorthand logs to format!() pattern.
2026-04-16 22:21:30 +08:00
..
pool fix(git): correct pool panic detection and add failure diagnostic logs 2026-04-16 22:21:30 +08:00
sync init 2026-04-15 09:08:09 +08:00
event.rs init 2026-04-15 09:08:09 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
webhook_dispatch.rs fix(git): harden hook pool retry, standardize slog log format 2026-04-16 21:41:35 +08:00