nitrictech / nitric

Nitric is a multi-language framework for cloud applications with infrastructure from code.
https://nitric.io
Apache License 2.0
1.09k stars 50 forks source link

fix: Add env variable to worker timeout configuration. #618

Closed tjholm closed 4 months ago

tjholm commented 4 months ago

Add WORKER_TIMEOUT to allow for the configuration of nitric gateway timeout when waiting for workers to connect.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 49.22%. Comparing base (15c1b16) to head (85ba92c).

:exclamation: Current head 85ba92c differs from pull request most recent head 97546b4

Please upload reports for the commit 97546b4 to get more accurate results.

Files Patch % Lines
core/pkg/membrane/membrane.go 50.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #618 +/- ## ========================================== - Coverage 49.24% 49.22% -0.02% ========================================== Files 23 23 Lines 3229 3232 +3 ========================================== + Hits 1590 1591 +1 - Misses 1535 1537 +2 Partials 104 104 ``` | [Flag](https://app.codecov.io/gh/nitrictech/nitric/pull/618/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | Coverage Δ | | |---|---|---| | [aws](https://app.codecov.io/gh/nitrictech/nitric/pull/618/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `43.82% <ø> (+0.07%)` | :arrow_up: | | [azure](https://app.codecov.io/gh/nitrictech/nitric/pull/618/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `53.29% <ø> (ø)` | | | [core](https://app.codecov.io/gh/nitrictech/nitric/pull/618/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `77.77% <50.00%> (-1.10%)` | :arrow_down: | | [gcp](https://app.codecov.io/gh/nitrictech/nitric/pull/618/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech) | `47.17% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=nitrictech#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.