|
Thanks for making Currently I am trying load my csp with high frequency data under |
Answered by
robambalu
Jul 26, 2024
Replies: 1 comment 1 reply
|
There’s no way to access the current queue size in realtime at the moment, but if your data is timestamped you can compare the data time to csp.now() to get a sense of how far behind the engine is |
1 reply
Answer selected by
robambalu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There’s no way to access the current queue size in realtime at the moment, but if your data is timestamped you can compare the data time to csp.now() to get a sense of how far behind the engine is