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

[3.1 -> main] Allow for larger subjective CPU billing amounts #125

Merged
merged 4 commits into from
Sep 8, 2022

Conversation

heifner
Copy link
Member

@heifner heifner commented Sep 8, 2022

uint32_t for microseconds of subjective billing only allows for 1.2hrs before wrapping. Use int64_t instead which matches type used for objective billing.

Resolves #123
Merges #124 into main.

@heifner heifner added the OCI Work exclusive to OCI team label Sep 8, 2022
@heifner heifner changed the title [3.1] Allow for larger subjective CPU billing amounts [3.1 -> main] Allow for larger subjective CPU billing amounts Sep 8, 2022
@heifner heifner merged commit be8f3c9 into main Sep 8, 2022
@heifner heifner deleted the sub-bill-uint32-main branch September 8, 2022 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCI Work exclusive to OCI team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subjective CPU billing using uint32_t
2 participants