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

feat: limit check status duration to maxInt32 milliseconds. #2181

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

adityathebe
Copy link
Member

@adityathebe adityathebe commented Sep 27, 2024

resolves: #2059

@moshloop
Copy link
Member

@adityathebe I don't think we want to increase the column size as a very long duration in multiple months is an edge case, and better suited to an analysis then a check

@adityathebe adityathebe force-pushed the feat/bigint-for-check-status-duration branch from 589a514 to 8851ccf Compare September 27, 2024 13:59
@adityathebe adityathebe changed the title feat: use int64 for check status duration feat: limit check status duration to maxInt32 milliseconds. Sep 27, 2024
@moshloop moshloop merged commit 37b0218 into master Sep 30, 2024
16 checks passed
@moshloop moshloop deleted the feat/bigint-for-check-status-duration branch September 30, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Truncate check duration to 2147483647
2 participants