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
~1
symbols
sha256:d00fb012cd8ecfe11899670f99993536608cb7b8b80fc936ec41a3744c278a04
snapshot
~1
symbol modified
0
dead code introduced
Semantic Changes
1 symbol
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:188cec49664631c051b1cec45fa6824ea61063647c496843a15af75a5f8afb99 --body "your comment"
No comments yet. Be the first to start the discussion.