Barys Malaichyk
Barys Malaichyk
We are running several projects powered by Nest.js:heart: in [SmartexLab](http://smartexlab.com/)
Hi, @DrMabuse23 1. clone repository 2. satisfy server launch requirements 3. start backend in docker or non-docker way (check docs & package.json scripts) you can find more useful info [here](http://bmalaichik.com/starterkit/)
Generally SIGKILL + SIGTERM combination handling would be sufficient to gracefully handle the shutdown. If you need to wait for some period to ensure the Pod is removed from the...
@xakep666 Have you considered as an alternative simply registering a first `0` order hook with `time.Sleep(X seconds)` ? I believe it will do the job you need
> @BMalaichik this should work as expected. But IMHO it looks weird when user should specify same value twice (inside hook and as hook timeout) and add it to global...
> @BMalaichik "twice" because > > ```go > t.Register(time.Second, func(context.Context) { time.Sleep(time.Second) }) > ``` > > My initial idea was about decoupling pre-stop pause from global termination timeout. But...
> @BMalaichik how about adding just one function: > > ```go > func Wait(ctx context.Context) { ``` > > and use it like > > ```go > terminator.WithOrder(0).Register(3*time.Second, Wait) >...
Same issue appears: apache-http client version: `4.5.13` aws region - `eu-central 1` >>> Unable to execute HTTP request: Certificate for doesn't match any of the subject alternative names: [*.s3.amazonaws.com, s3.amazonaws.com]...
@dieggoluis for me it didn't The source of issue was that s3 bucket names with dots like `app.data.xxx` lead to incorrect https certificate resolution From [docs](https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucketnamingrules.html) > For best compatibility,...