Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpfulton/short-interval-scheduler-service
A short interval command scheduling Windows service implemented in .NET 7.
https://github.com/jpfulton/short-interval-scheduler-service
csharp dotnet-core windows-service
Last synced: 4 days ago
JSON representation
A short interval command scheduling Windows service implemented in .NET 7.
- Host: GitHub
- URL: https://github.com/jpfulton/short-interval-scheduler-service
- Owner: jpfulton
- License: mit
- Created: 2023-08-14T21:44:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-30T01:10:46.000Z (about 1 year ago)
- Last Synced: 2023-08-30T09:46:53.611Z (about 1 year ago)
- Topics: csharp, dotnet-core, windows-service
- Language: C#
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# short-interval-scheduler-service
[![ci](https://github.com/jpfulton/short-interval-scheduler-service/actions/workflows/ci.yml/badge.svg)](https://github.com/jpfulton/short-interval-scheduler-service/actions/workflows/ci.yml)
![License](https://img.shields.io/badge/License-MIT-blue)
![Visitors](https://visitor-badge.laobi.icu/badge?page_id=jpfulton.short-interval-scheduler-service)A short interval command scheduling Windows service implemented in .NET 7.
The Windows OS Task Scheduler does not allow for intervals shorter than one minute. This
service allows commands to be executed in intervals of seconds. Use cases include polling
for Azure spot instance eviction events and triggering a graceful shutdown via a powershell
script.