agardnerIT / agardnerIT/openfeature-otel-dice-roller
Investigate why postCreate and postStart scripts are hit and miss
- Linguagem predominante
- Go
- Estrelas
- 1
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
The `postCreate` and `postStart` scripts seem to sometimes fire and sometimes not.
https://github.com/agardnerIT/openfeature-otel-dice-roller/blob/main/.devcontainer/devcontainer.json#L44-L45
This results in the services not running and manifests as a gRPC connection error. You'll notice because no docker pods are running and the ports have no associated services. Running `docker ps` will be empty.
The temporary fix (until this issue is looked at) is to manually run both scripts:
```
.devcontainer/postCreate.sh
.devcontainer/postStart.sh
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.