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

Add queue size signal to base AD plugin IO class #725

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

jwlodek
Copy link
Member

@jwlodek jwlodek commented Jan 8, 2025

Resolves #621

@coretl
Copy link
Collaborator

coretl commented Jan 9, 2025

What do we need this signal for? It's not used in the code...

@jwlodek
Copy link
Member Author

jwlodek commented Jan 9, 2025

At HEX we found that the file system could not keep up with the speed of the camera, so as a step in the plan we also set queue_size=num_frames for the writer plugin. I can add that to writer.open but wasn't sure if that would be desired behavior in all cases.

@coretl
Copy link
Collaborator

coretl commented Jan 9, 2025

At HEX we found that the file system could not keep up with the speed of the camera, so as a step in the plan we also set queue_size=num_frames for the writer plugin. I can add that to writer.open but wasn't sure if that would be desired behavior in all cases.

You're probably right there. Let's just merge this as is.

@coretl coretl merged commit 7683745 into bluesky:main Jan 9, 2025
13 of 15 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.

Add QueueSize epics_signal_rw to NDPluginBaseIO
3 participants