gitdataai/libs/git/hook/pool
ZhenYi bbf2d75fba
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
fix(git): harden hook pool retry, standardize slog log format
- Add retry_count to HookTask with serde(default) for backwards compat
- Limit hook task retries to MAX_RETRIES=5, discard after limit to prevent
  infinite requeue loops that caused 'task nack'd and requeued' log spam
- Add nak_with_retry() in RedisConsumer to requeue with incremented count
- Standardize all slog logs: replace "info!(l, "msg"; "k" => v)" shorthand
  with "info!(l, "{}", format!("msg k={}", v))" across ssh/authz.rs,
  ssh/handle.rs, ssh/server.rs, hook/webhook_dispatch.rs, hook/pool/mod.rs
2026-04-16 21:41:35 +08:00
..
log.rs init 2026-04-15 09:08:09 +08:00
metrics.rs init 2026-04-15 09:08:09 +08:00
mod.rs fix(git): harden hook pool retry, standardize slog log format 2026-04-16 21:41:35 +08:00
redis.rs fix(git): harden hook pool retry, standardize slog log format 2026-04-16 21:41:35 +08:00
types.rs fix(git): harden hook pool retry, standardize slog log format 2026-04-16 21:41:35 +08:00