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

Set Hikari connection timeout to 60 seconds #17429

Merged
merged 2 commits into from
Feb 27, 2025

Conversation

arnejduranovic
Copy link
Collaborator

This PR fixes a bug where Hikari config was not respecting the value of 60000ms for the connection timeout. It is also the hope that this change helps address the issue described in the following incident report: https://cdc.sharepoint.com/:w:/r/teams/ReportStream/_layouts/15/Doc.aspx?sourcedoc=%7B2E1169CA-B921-4CAA-B0E6-2BEF7443A1D7%7D&file=2025_02_18%20-%20Database%20Connectivity%20Issues.docx&action=default&mobileredirect=true

Test Steps:

  1. Start up the app and verify the hikari config has the connection timeout property set to 60000 on this branch and 30000 on main:
    Screenshot 2025-02-24 at 1 10 35 PM

@arnejduranovic arnejduranovic requested a review from a team as a code owner February 24, 2025 19:15
Copy link
Contributor

github-actions bot commented Feb 24, 2025

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

Copy link
Contributor

github-actions bot commented Feb 24, 2025

Test Results

1 287 tests  ±0   1 283 ✅ ±0   7m 59s ⏱️ +31s
  168 suites ±0       4 💤 ±0 
  168 files   ±0       0 ❌ ±0 

Results for commit fa7815c. ± Comparison against base commit e2e3cd1.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Feb 24, 2025

Integration Test Results

 60 files   60 suites   43m 40s ⏱️
428 tests 418 ✅ 10 💤 0 ❌
431 runs  421 ✅ 10 💤 0 ❌

Results for commit fa7815c.

♻️ This comment has been updated with latest results.

@arnejduranovic arnejduranovic added the platform Platform Team label Feb 25, 2025
@arnejduranovic arnejduranovic merged commit 33fc4a2 into main Feb 27, 2025
25 checks passed
@arnejduranovic arnejduranovic deleted the platform/arnej/hikari-conn-timeout-60sec branch February 27, 2025 16:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform Platform Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants