You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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 is10
.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:
The text was updated successfully, but these errors were encountered: