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

Efficiency improvements #299

Merged
merged 2 commits into from
Mar 14, 2024
Merged

Efficiency improvements #299

merged 2 commits into from
Mar 14, 2024

Conversation

dmgav
Copy link
Contributor

@dmgav dmgav commented Mar 14, 2024

Minor changes to improve efficiency of plan execution:

  • Remove fixed 0.1 delay in the execution loop. Now execution of a plan submitted to the worker starts immediately.
  • The request to reserve the kernel is sent to the worker only if the worker is using IPython kernel.

The changes are not expected to modify the behavior of the server. All the existing unit tests are expected to work.

@dmgav dmgav merged commit 2ad401b into bluesky:main Mar 14, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant