skovtunenko/graterm
Provides primitives to perform ordered GRAceful TERmination for Golang applications
GoMIT
Issues
- 1
- 0
Refactor Terminator's `Wait()` and `waitShutdown()` methods to improve clarity
#109 opened by skovtunenko - 0
Refine gitlab workflows
#107 opened by skovtunenko - 0
Improve GitHub templates integrations
#102 opened by skovtunenko - 0
Add test for concurrent Hooks registration
#104 opened by skovtunenko - 0
Error Handling Enhancement
#103 opened by skovtunenko - 0
- 0
Reformat code snippets in README.md to be vertical-oriented instead of horizontal-oriented.
#97 opened by skovtunenko - 0
Update README.md to add more details regarding hooks with the same `Order` -- what would be the effect?
#96 opened by skovtunenko - 3
Awesome-go: documentation review comments
#80 opened by skovtunenko - 0
Drop support for Go < 1.20
#98 opened by skovtunenko - 0
- 0
- 0
Actualize GitHub workflow pipeline
#93 opened by skovtunenko - 1
Update go version in testing matrix
#81 opened by skovtunenko - 0
Update golang-ci linter version
#82 opened by skovtunenko - 0
- 0
Adjust `Features` section in Readme.md
#75 opened by skovtunenko - 0
- 0
Add section about API stability
#72 opened by skovtunenko - 0
Measure and log actual hook execution time
#28 opened by skovtunenko - 0
Add Features section into README.md file
#68 opened by skovtunenko - 0
- 1
Add sample output to the program
#64 opened by skovtunenko - 0
- 0
- 0
- 0
Add Makefile to build and lint the library
#54 opened by skovtunenko - 0
Add linter support
#32 opened by skovtunenko - 0
Add examples for `Hook` type
#51 opened by skovtunenko - 0
- 0
- 0
Use context with timeout instead of separate timer to limit termination time
#39 opened by skovtunenko - 0
Rename `Stopper` to `Terminator` type
#37 opened by skovtunenko - 0
The concurrent dedicated Server stopper shall not be executed concurrently with sequential component stopper
#35 opened by skovtunenko - 0
Add support for HTTP server
#17 opened by skovtunenko - 0
Refine log messages to be more concise
#27 opened by skovtunenko - 0
- 0
- 0
- 0
Make dependency on logger optional
#14 opened by skovtunenko - 0
Add goroutines leak test
#4 opened by skovtunenko - 0
Cover core functionality with tests
#8 opened by skovtunenko