Roque

Results 7 comments of Roque

Also, if you are using the Nomad, 'root_url_config' can be set using: ``` ... task "server" { driver = "docker" config { image = "grafana/grafana" ports = ["http"] } env...

@birkoff Saved my life. I had to modify a bit to avoid file creation. Tks! ``` #!/usr/bin/env bash #$1 = ${var.region} #$2 = ${aws_spot_instance_request.platform.id} #$3 = ${aws_spot_instance_request.platform.spot_instance_id} TAGS=$(aws ec2 describe-spot-instance-requests...

> Similar issue. Only happens on `https://` ..._handle_events > | await self.streams[event.stream_id].handle( > | KeyError: 1 > +------------------------------------ > ``` Yes. This is a very annoying error, but apparently it...

I just faced the same problem today. Apparently there is already a potential solution ([Issue #50](https://github.com/pgjones/hypercorn/issues/50)), and yes no troubles to end users just the above annoying error.

You are right. There are two messages errors there. Ours is a different one. It looks like is always present at ANY TLS HTTP/2 request even the simplest ones (e.g....

Great job. As far as I could see not all requests really create a stream object inside self.streams, so I decided to check if the ID is inside it (code...

Any news on this? I agree with @l1f. State should be unique across all workers, since the scraping will hit once to collect all metrics in a consolidate way.