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

Add timeouts for Axum server in the Tracker API #865

feat: [#612] tower middleware to apply timeouts to requests

9e42a1a
Select commit
Loading
Failed to load commit list.
Merged

Add timeouts for Axum server in the Tracker API #865

feat: [#612] tower middleware to apply timeouts to requests
9e42a1a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 15, 2024 in 0s

86.13% of diff hit (target 78.74%)

View this Pull Request on Codecov

86.13% of diff hit (target 78.74%)

Annotations

Check warning on line 238 in src/servers/apis/server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/apis/server.rs#L238

Added line #L238 was not covered by tests

Check warning on line 51 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L49-L51

Added lines #L49 - L51 were not covered by tests

Check warning on line 178 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L178

Added line #L178 was not covered by tests

Check warning on line 188 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L188

Added line #L188 was not covered by tests

Check warning on line 228 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L228

Added line #L228 was not covered by tests

Check warning on line 231 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L230-L231

Added lines #L230 - L231 were not covered by tests

Check warning on line 235 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L235

Added line #L235 was not covered by tests

Check warning on line 243 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L243

Added line #L243 was not covered by tests

Check warning on line 254 in src/servers/custom_axum_server.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/servers/custom_axum_server.rs#L252-L254

Added lines #L252 - L254 were not covered by tests