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

dev: implement the set_checkpoint function for Generic Entry #28

Open
JordyRo1 opened this issue Sep 16, 2023 · 0 comments
Open

dev: implement the set_checkpoint function for Generic Entry #28

JordyRo1 opened this issue Sep 16, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@JordyRo1
Copy link
Contributor

The function set_checkpoint realizes a match according to the input parameter. It then stores a pack form of Checkpoint. For now, only Spots and Futures are handled. We need to extend it for Generic Entry, but for now, we do not have a usage for a specific generic type. Thus the parameters saved in Checkpoint (value, timestamp, num_sources_aggregated, aggregation_mode), might not be relevant to save for a generic entry. Once we have a solid usage for Generic Entry, we might be able to determine the parameters to save, and write a general implementation.

@JordyRo1 JordyRo1 added the enhancement New feature or request label Sep 25, 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