Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/transferwise/tw-graceful-shutdown
Graceful Shutdown System.
https://github.com/transferwise/tw-graceful-shutdown
Last synced: 3 months ago
JSON representation
Graceful Shutdown System.
- Host: GitHub
- URL: https://github.com/transferwise/tw-graceful-shutdown
- Owner: transferwise
- License: other
- Created: 2019-05-08T16:28:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T09:55:21.000Z (10 months ago)
- Last Synced: 2024-04-13T22:57:39.614Z (10 months ago)
- Language: Java
- Size: 290 KB
- Stars: 2
- Watchers: 81
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing.md
- License: LICENSE.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# TW Graceful Shutdown
![Apache 2](https://img.shields.io/hexpm/l/plug.svg)
![Java 11](https://img.shields.io/badge/Java-11-blue.svg)
![Maven Central](https://badgen.net/maven/v/maven-central/com.transferwise.common/tw-graceful-shutdown)
[![Owners](https://img.shields.io/badge/team-AppEng-blueviolet.svg?logo=wise)](https://transferwise.atlassian.net/wiki/spaces/EKB/pages/2520812116/Application+Engineering+Team) [![Slack](https://img.shields.io/badge/slack-appeng--pub-blue.svg?logo=slack)](https://wise.enterprise.slack.com/archives/C07QSPFLM5X)
> Use the `@application-engineering-on-call` handle on Slack for help (this is only for Wisers).
---## About
This will keep your service running and kicking, until all the clients have understood that the node is going to shut down.
It will make sure that all on-flight requests will get served, all the jobs will gracefully shut down, all kafka listeners will stop and so on and on.The benefits are - fewer errors for clients, but also cleaner monitoring.
## 📚 Documentation
Documentation can be found [here](docs/index.md).## License
Copyright 2021 TransferWise Ltd.Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.