Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When stomp not reachable, blueapi churned through 20,000 DataCollectionIDs in 5 minutes #797

Open
DiamondJoseph opened this issue Jan 23, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@DiamondJoseph
Copy link
Contributor

DiamondJoseph commented Jan 23, 2025

On i22 over the weekend (TODO: attach logs from k8s) stomp was temporarily unavailable. In that time, blueapi was either falling over when trying to send documents or otherwise failing after requesting a new data collection ID from the numtracker service. Plans should fall over when they try to use infrastructure that is not available.
The failing plan was the inner part of a for loop, unsure why it didn't fail the whole plan.

Steps To Reproduce

def my_plan() -> MsgGenerator:
    yield from count([some_detector])

Run a plan similar to the above with STOMP disconnected.

Acceptance Criteria

  • Stomp disconnect should result in a plan falling over
@DiamondJoseph DiamondJoseph added the bug Something isn't working label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant