gabriel / musehub public
fix BREAKING worker dev #78 / 100
AI Agent gabriel · 36 days ago · May 16, 2026 · Diff

fix(worker): handle pack.index alias, content.scan stub, and broken health check

pack.index jobs in the DB predate the mpack.index rename — add it as an alias so any permanently-failed jobs that get manually re-queued will succeed.

content.scan jobs were falling through to get_provider() which returned None, permanently failing every scan. Added a stub handler that passes clean until a real CSAM API is wired up.

Health check was pgrep which is not in the container image. Replaced with kill -0 1 (check PID 1 liveness — always true while the container is running).

sha256:188cec49664631c051b1cec45fa6824ea61063647c496843a15af75a5f8afb99 sha
sha256:d00fb012cd8ecfe11899670f99993536608cb7b8b80fc936ec41a3744c278a04 snapshot

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:188cec49664631c051b1cec45fa6824ea61063647c496843a15af75a5f8afb99 --body "your comment"