haiku.rag/haiku_rag_slim/haiku/rag/ingester/workers
Chris McDonough adf03284ff
Classify IsADirectoryError and NotADirectoryError as PermanentError
Both are OSError subclasses caught by the broad timeout/io handler
and classified as transient. Pointing at a directory instead of a
file or a broken path component will never succeed on retry.
2026-06-01 17:59:23 +03:00
..
__init__.py worker pool, rety policy, pipeline 2026-05-26 11:41:54 +03:00
pipeline.py Classify IsADirectoryError and NotADirectoryError as PermanentError 2026-06-01 17:59:23 +03:00
pool.py Merge pull request #409 from mcdonc/fix/sync-state-write-crash 2026-06-01 17:46:46 +03:00
retry.py Backfill ingester test gaps and drop unneeded retry clamp 2026-05-27 14:24:22 +03:00