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

Decouple elements with queues #313

Closed
bwsw opened this issue Jul 21, 2023 · 1 comment
Closed

Decouple elements with queues #313

bwsw opened this issue Jul 21, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@bwsw
Copy link
Contributor

bwsw commented Jul 21, 2023

Every pyfunc-based element pre/post/pyfunc/draw_func must be implemented behind a queue. The elements may take an optional queue_length parameter specifying the length of Q in buffers, not bytes. The default value is 10.

It can be globally overridden in the config global parameters.

Add an instrumenting feature allowing to request with pyfunc API the information about deployed queues for all elements:

image

@bwsw bwsw added the enhancement New feature or request label Jul 21, 2023
@bwsw bwsw added this to the 0.2.5 milestone Jul 21, 2023
@bwsw bwsw moved this to Todo in Savant: 0.2.5 Jul 21, 2023
@bwsw bwsw removed this from Savant: 0.2.5 Jul 24, 2023
@bwsw bwsw removed this from the 0.2.5 milestone Jul 24, 2023
@bwsw
Copy link
Contributor Author

bwsw commented Aug 9, 2023

Implemented in #81

@bwsw bwsw closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant