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
Older
feat(mpack-index): extend MusehubMPackIndex to cover commits and…
sha256:f181d75c143fa6c0bae9455c0391fa8819530d51542b108ce6cb9086bb0115f5
All commits
Newer
chore(worker): remove stale pack.index alias
sha256:68add319c3f5a700b338875b6123cfbc57b779f2ce82c75b0616e7ae8def3139
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.