Fix LB timeout in QueryServer
#1139
Annotations
16 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions-rs/cargo@v1
/home/runner/work/parseable/parseable/server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
|
Run actions-rs/cargo@v1
/home/runner/work/parseable/parseable/server/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
|
Run actions-rs/cargo@v1:
server/src/handlers/airplane.rs#L44
unused import: `put_results_in_cache`
|
Run actions-rs/cargo@v1:
server/src/handlers/airplane.rs#L47
unused import: `crate::querycache::QueryCacheManager`
|
Run actions-rs/cargo@v1:
server/src/handlers/airplane.rs#L66
unused import: `super::http::query::get_results_from_cache`
|
Run actions-rs/cargo@v1:
server/src/handlers/http/cache.rs#L19
unused import: `web`
|
Run actions-rs/cargo@v1:
server/src/handlers/http/cache.rs#L22
unused import: `http::StatusCode`
|
Run actions-rs/cargo@v1:
server/src/handlers/http/cache.rs#L23
unused import: `serde_json::json`
|
Run actions-rs/cargo@v1:
server/src/handlers/http/cache.rs#L26
unused imports: `QueryCacheManager` and `option::CONFIG`
|
Run actions-rs/cargo@v1:
server/src/handlers/http/cache.rs#L33
unused variable: `stream`
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run actions-rs/toolchain@v1
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading