gitdataai/libs/config
ZhenYi 1fed9fc8ab fix(git/hook): address review findings — fs blocking, redis timeout, backoff, slog
- sync/mod.rs: wrap scan_skills_from_dir in spawn_blocking to avoid
  blocking the async executor; use to_path_buf() to get owned PathBuf
- pool/worker.rs: replace 500ms poll sleep with cancellation-is_cancelled
  check (eliminates artificial latency); add exponential backoff on Redis
  errors (1s base, 32s cap, reset on success)
- pool/redis.rs: add 5s timeout on pool.get() for all three methods
  (next, ack_raw, nak_with_retry) to prevent indefinite blocking on
  unresponsive Redis
- sync/gc.rs: add comment explaining why git gc --auto non-zero exit
  is benign
- webhook_dispatch.rs: remove unnecessary format! wrappers in slog macros
- config/hook.rs: document max_concurrent intent (K8s operator/HPA, not
  the single-threaded worker itself)
2026-04-17 13:20:31 +08:00
..
ai.rs init 2026-04-15 09:08:09 +08:00
app.rs init 2026-04-15 09:08:09 +08:00
avatar.rs init 2026-04-15 09:08:09 +08:00
Cargo.toml init 2026-04-15 09:08:09 +08:00
database.rs init 2026-04-15 09:08:09 +08:00
domain.rs init 2026-04-15 09:08:09 +08:00
embed.rs init 2026-04-15 09:08:09 +08:00
hook.rs fix(git/hook): address review findings — fs blocking, redis timeout, backoff, slog 2026-04-17 13:20:31 +08:00
lib.rs init 2026-04-15 09:08:09 +08:00
logs.rs init 2026-04-15 09:08:09 +08:00
qdrant.rs init 2026-04-15 09:08:09 +08:00
redis.rs init 2026-04-15 09:08:09 +08:00
smtp.rs init 2026-04-15 09:08:09 +08:00
ssh.rs init 2026-04-15 09:08:09 +08:00