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: 2 months ago
JSON representation

A short interval command scheduling Windows service implemented in .NET 7.

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.