Modal suggestions scroll-cap + Celery broker resilience #129
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two post-roadmap fixes, both CI-green on
dev. No schema changes (head 0054).3fcc4aefix(modal): scroll-cap the Suggestions list (320px max-height + hairline scroll) so a long suggestion run no longer pushes the Related strip off the bottom of the modal's right rail. (Issue #1080)b85327afix(celery): broker resilience — workers retry the broker forever on startup/runtime (broker_connection_max_retries=None) with redis socket keepalive / connect-timeout / retry-on-timeout / health-check on both broker and result backend. A transient Redis/overlay-network blip (root cause of the post-redeploy worker crash-loop) now self-heals instead of needing a manual Redis reset. (Issue #1082)After merge: force re-pull
:latest— the download-worker especially, since that's the worker the hardening protects.🤖 Generated with Claude Code