https://github.com/oppodelldog/worker-template
https://github.com/oppodelldog/worker-template
example golang graceful-shutdown gracefully sample worker
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oppodelldog/worker-template
- Owner: Oppodelldog
- License: mit
- Created: 2018-07-19T22:03:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T22:03:20.000Z (about 7 years ago)
- Last Synced: 2025-01-02T19:52:48.167Z (9 months ago)
- Topics: example, golang, graceful-shutdown, gracefully, sample, worker
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# golang - graceful shutdown example
Sample implementation of a signal listening shutdown
handling of a go application using context.WithCancel.