Showing 25 modules with matching packages. Search help

Package signals contains libraries for handling signals to gracefully shutdown the manager in combination with Kubernetes pod graceful termination policy.

Imported by 761 | v0.18.0 published on 2 days ago | Apache-2.0

Package grace use to hot reload Description: http://grisha.org/blog/2014/06/03/graceful-restart-in-golang/ Usage: import( "log" "net/http" "os" "github.com/astaxie/beego/grace" ) func handler(w http.ResponseWriter, r *http.Request) { w.Write([]byte("WORLD!")) } func main() { mux := http.NewServeMux() mux.HandleFunc("/hello", handler) err := grace.ListenAndServe("localhost:8080", mux) if err != nil { log.Println(err) } log.Println("Server on 8080 stopped") os.Exit(0) }

Imported by 219 | v1.12.3 published on Nov 3, 2020 | Apache-2.0

Package graceful contains best practice http server configurations and helpers for Go 1.8's http graceful shutdown feature.

Imported by 95 | v0.1.3 published on Jul 19, 2022 | Apache-2.0

Package graceful implements graceful shutdown for HTTP servers by closing idle connections after receiving a signal.

Imported by 223 | v1.0.1 published on Jun 2, 2019 | MIT
Other packages in module github.com/zenazn/goji: graceful/listener

Package gracehttp provides easy to use graceful restart functionality for HTTP server.

Imported by 342 | v0.0.0-...-75cf193 published on Jul 6, 2018 | MIT
Other packages in module github.com/facebookgo/grace: gracenet

Package httpdown provides http.ConnState enabled graceful termination of http.Server.

Imported by 85 | v0.0.0-...-5979d39 published on Jul 6, 2018 | MIT

Package grace implements set of helper functions around syscal.Signals for gracefully shutdown and reload the service.

Imported by 10 | v0.5.0 published on Mar 5, 2019 | MIT

Package tel represent Telemetry service we support context as source of Telemetry for gracefully support middleware we not pass ref to Telemetry for better handling different log instances

Imported by 25 | v2.3.5 published on Dec 23, 2023 | MIT

Deprecated: This package is no longer maintained.

Imported by 19 | v0.3.6 published on Mar 6, 2023 | MIT

Package tel represent Telemetry service we support context as source of Telemetry for gracefully support middleware we not pass ref to Telemetry for better handling different log instances

Imported by 17 | v2.0.7 published on Jun 23, 2022 | MIT

Package graceful provides a mechanism to gracefully stop processes on os signals.

Imported by 6 | v1.20220411.3 published on Apr 11, 2022 | MIT

graceful package shutdown or reboot current process gracefully.

Imported by 11 | v1.0.1 published on Feb 22, 2023 | MIT

Package graceful_shutdown provides a filter for shutting down gracefully.

Imported by 5 | v3.1.1 published on Feb 20, 2024 | Apache-2.0

Gracefully handle image uploading and thumbnail creation.

Imported by 11 | v1.0.1 published on Nov 23, 2022 | BSD-2-Clause

Package app implements OTEL, prometheus, graceful shutdown and other common application features for go-faster projects.

Imported by 12 | v0.15.0 published on 1 day ago | Apache-2.0

alive helps servers to coordinate graceful or fast stopping

Imported by 10 | v2.0.0 published on Jan 5, 2020 | MIT
Didn't find what you were looking for? Show more results.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL