feat(broker): Add start-up checker#13931
Merged
valentijnscholten merged 1 commit intoDefectDojo:bugfixfrom Dec 22, 2025
Merged
Conversation
40f8681 to
f910631
Compare
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
f910631 to
d5267a4
Compare
valentijnscholten
approved these changes
Dec 20, 2025
Member
valentijnscholten
left a comment
There was a problem hiding this comment.
I wonder if we also should switch to service_healthy instead of service_started (in general)
Maffooch
approved these changes
Dec 22, 2025
blakeaowens
approved these changes
Dec 22, 2025
Maffooch
pushed a commit
to valentijnscholten/django-DefectDojo
that referenced
this pull request
Feb 16, 2026
Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have seen a DD instance that looked ok (no failed containers), but in fact, it wasn't operating correctly. As soon as valkey (or other Redis-compatible instance) is not available during the startup of the component that needs it (apply to celery* + uwsgi; do not apply to initializer), we need to wait (or fail, as it takes too long).