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

fix(service): ms intervals treated as seconds #78

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

aasseman
Copy link
Contributor

Because the indexer-service arguments are asking for ms:
https://github.com/graphops/indexer-service-rs/blob/b603c306969e1a202ea15381438cde3a5204dcc3/service/src/config.rs#L211-L218
https://github.com/graphops/indexer-service-rs/blob/b603c306969e1a202ea15381438cde3a5204dcc3/service/src/config.rs#L260-L267
(I'll fix clap for this second one later)

This is carried from the original indexer-service. Even though asking for seconds directly may make more sense, that would introduce a breaking change for users.

@aasseman aasseman added size:small Small p0 Critical priority type:bug Something isn't working labels Oct 20, 2023
@aasseman aasseman requested a review from Jannis October 20, 2023 01:25
@aasseman aasseman self-assigned this Oct 20, 2023
Copy link
Collaborator

@hopeyen hopeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍

@aasseman aasseman merged commit cae9f29 into main Oct 20, 2023
4 checks passed
@aasseman aasseman deleted the aasseman/fix_syncing_intervals branch October 20, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p0 Critical priority size:small Small type:bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants