Info
Version: | 2.0.0 |
Author(s): | Ole Consignado |
Last Update: | Thursday, March 28, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/OleConsignado/graceterm |
NuGet Url: | https://www.nuget.org/packages/Graceterm |
Install
Install-Package Graceterm
dotnet add package Graceterm
paket add Graceterm
Graceterm Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Microsoft.AspNetCore.Hosting.Abstractions(>= 1.1.3)
- Microsoft.AspNetCore.Http.Abstractions(>= 1.1.2)
- Microsoft.Extensions.Logging.Abstractions(>= 1.1.2)
- Microsoft.Extensions.Options(>= 1.1.2)
- System.Threading.Thread(>= 4.3.0)
Tags
The basic concept is: After aplication received a SIGTERM (a signal asking it to terminate), Graceterm will hold it alive till all pending requests are completed or a timeout ocurr.