We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Inplans.run_blocker_in_plan() there is a FIXME comment about how to avoid running blocking code during summarize_plan().
plans.run_blocker_in_plan()
The text was updated successfully, but these errors were encountered:
Yet still a great way to avoid running blocking code in bluesky plans is to not use it. Test frequently while developing.
Sorry, something went wrong.
Moving to later milestone.
Looking through code for summarize_plan, the answer is the current code does not provide a means to enable this idea.
summarize_plan
So, don't write blocking code in plans. Period.
Mark run_blocker_in_plan as Deprecated. Will remove by 2019-12-31.
run_blocker_in_plan
DOC #90. Deprecate now. Mark for future removal.
9b6a2cd
prjemian
No branches or pull requests
In
plans.run_blocker_in_plan()
there is a FIXME comment about how to avoid running blocking code during summarize_plan().The text was updated successfully, but these errors were encountered: