Skip to content

[CLOB-930] Add ctx.Done() support to shutdown, make start-up wait time configurable, and add support for domain sockets for gRPC server and gRPC web server. #18

[CLOB-930] Add ctx.Done() support to shutdown, make start-up wait time configurable, and add support for domain sockets for gRPC server and gRPC web server.

[CLOB-930] Add ctx.Done() support to shutdown, make start-up wait time configurable, and add support for domain sockets for gRPC server and gRPC web server. #18

Triggered via pull request October 25, 2023 20:10
@lcwiklcwik
synchronize #29
lukeclob930
Status Failure
Total duration 2m 51s
Artifacts

dependencies-review.yml

on: pull_request
dependency-review
1m 33s
dependency-review
Fit to window
Zoom out
Zoom in

Annotations

9 errors
dependency-review
network.startInProcess calls node.NewNode, which eventually calls http.ListenAndServe
dependency-review
network.startInProcess calls service.BaseService.Start, which eventually calls http.Server.ListenAndServe
dependency-review
api.Server.Start calls server.Serve, which calls http.Server.Serve
dependency-review
network.startInProcess calls service.BaseService.Start, which eventually calls http.Server.ServeTLS
dependency-review
api.Server.Start calls server.Serve, which eventually calls template.Template.Execute
dependency-review
api.Server.Start calls server.Serve, which eventually calls template.Template.ExecuteTemplate
dependency-review
api.Server.Start calls server.Serve, which eventually calls template.Template.Execute
dependency-review
api.Server.Start calls server.Serve, which eventually calls template.Template.ExecuteTemplate
dependency-review
Process completed with exit code 2.