Skip to content

Conversation

@panh99
Copy link
Member

@panh99 panh99 commented Nov 26, 2025

This will be used internally to fetch all retrieved messages for a given run and insert error messages when the ClientApp heartbeat is missing.

@github-actions github-actions bot added the Maintainer Used to determine what PRs (mainly) come from Flower maintainers. label Nov 26, 2025
if entry.is_retrieved:
continue
# Filter by retrieved status if specified
if is_retrieved is not None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about handling this as a boolean? so having an intermediate var that's False if the input is_retrieved is None or False?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ClientApp Heartbeat Maintainer Used to determine what PRs (mainly) come from Flower maintainers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants