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: add SAS_EXPRESS_KEEP_ALIVE_TIMEOUT #1233

Merged
merged 5 commits into from
Mar 9, 2023
Merged

feat: add SAS_EXPRESS_KEEP_ALIVE_TIMEOUT #1233

merged 5 commits into from
Mar 9, 2023

Conversation

TarikGul
Copy link
Member

closes: #1231

Allow sidecar to expose SAS_EXPRESS_KEEP_ALIVE_TIMEOUT as a enviornment variable. It expects a number value, and it defaults to 5 is if nothing inputted (That is the default express value).

SAS_EXPRESS_KEEP_ALIVE_TIMEOUT: number;

@TarikGul TarikGul requested a review from a team as a code owner February 17, 2023 02:53
README.md Outdated Show resolved Hide resolved
@TarikGul TarikGul self-assigned this Feb 22, 2023
src/main.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@CurlyBracketEffect CurlyBracketEffect left a comment

Choose a reason for hiding this comment

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

The functionality looks good to me. I just have the one question about why the SAS_EXPRESS_LOG_MODE line is being removed from the Readme

@@ -157,8 +157,7 @@ For more information on our configuration manager visit its readme [here](https:

- `SAS_EXPRESS_BIND_HOST`: address on which the server will be listening, defaults to `127.0.0.1`.
- `SAS_EXPRESS_PORT`: port on which the server will be listening, defaults to `8080`.
- `SAS_EXPRESS_LOG_MODE`: enable console logging of "all" HTTP requests, only "errors", or nothing by
Copy link
Contributor

Choose a reason for hiding this comment

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

Is SAS_EXPRESS_LOG_MODE being removed as a valid configuration value?

Copy link
Member Author

Choose a reason for hiding this comment

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

Funny, but also weirdly enough it's a very old legacy mode which has been removed for a while now.

@TarikGul TarikGul merged commit e83dac6 into master Mar 9, 2023
@TarikGul TarikGul deleted the tarik-keepalive branch March 9, 2023 15:19
This pull request was closed.
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.

feat: allow configure exress server
4 participants