agardnerIT / agardnerIT/openfeature-otel-dice-roller
Investigate why postCreate and postStart scripts are hit and miss
未關閉
bug
- 主要語言
- Go
- 星號
- 1
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
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
```
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。