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

Calculate compute_backpressure_throttling_seconds correctly #9732

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

tristan957
Copy link
Member

The original value that we get is measured in microseconds. It comes from a calculation using Postgres' GetCurrentTimestamp(), which is implemented in terms of gettimeofday(2).

Copy link
Contributor

@Bodobolero Bodobolero left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link

github-actions bot commented Nov 12, 2024

5382 tests run: 5162 passed, 0 failed, 220 skipped (full report)


Flaky tests (1)

Postgres 17

Code coverage* (full report)

  • functions: 31.8% (7888 of 24834 functions)
  • lines: 49.5% (62445 of 126258 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
3d34b65 at 2024-11-12T19:10:18.248Z :recycle:

The original value that we get is measured in microseconds. It comes
from a calculation using Postgres' GetCurrentTimestamp(), whihc is
implemented in terms of gettimeofday(2).

Signed-off-by: Tristan Partin <tristan@neon.tech>
@tristan957 tristan957 merged commit a61d81b into main Nov 12, 2024
80 checks passed
@tristan957 tristan957 deleted the tristan957/jsonnet branch November 12, 2024 19:12
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.

2 participants