-
Notifications
You must be signed in to change notification settings - Fork 26
Add ZMQ API message for requesting the current state of the RunEngine Metadata #343
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
35a1ad8
Starting to work on ability to request runengine metadata from RE worker
jwlodek c47cc80
Merge branch 'add-request-re-md' of https://github.com/jwlodek/bluesk…
jwlodek 9190f65
Add some metadata to example profile RE
jwlodek b7c7544
Add handler for re_metadata message to manager
jwlodek f4bf1b9
Response should be in the form of a dict, not a string
jwlodek e24f2a8
Remove unnecessary conditional
jwlodek cca925f
Add test case for new re_metadata message
jwlodek c2d15a0
Expand test to confirm that changes to the RE.md are reflected in sub…
jwlodek 86f0800
Add line to test re metadata cli
jwlodek 8296527
Add docstring for _request_re_metadata_handler
jwlodek 44b503c
Change logging message to debug for RE metadata handler
jwlodek fd7d81f
Minor cleanup of CLI help message
jwlodek 853d49d
Linting fixes
jwlodek 6bed2ca
Adjust unhelpful error messages in unit test
jwlodek d934656
Add a test covering a situation when runengine metadata is not serial…
jwlodek 340706e
Correctly handle non-serializable type with msgpack encoding, update …
jwlodek 0c99c51
Merge branch 'main' of https://github.com/bluesky/bluesky-queueserver…
jwlodek 461c743
Add descriptive custom error messages for serializtion errors
jwlodek cad67ae
Remove unneeded .upper()
jwlodek 50591f4
Handle additional edge cases brought up in review
jwlodek 747aa0c
Update the documentation
jwlodek 8d27042
Fix docs build issue
jwlodek 0adb287
Apply suggestion from @dmgav
dmgav 32ffde5
Apply suggestion from @dmgav
dmgav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.