Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marxjmoura/cronquery
Lightweight job runner for ASP.NET Core
https://github.com/marxjmoura/cronquery
asp-net-core background-jobs cron cronquery job-scheduler net6
Last synced: 2 months ago
JSON representation
Lightweight job runner for ASP.NET Core
- Host: GitHub
- URL: https://github.com/marxjmoura/cronquery
- Owner: marxjmoura
- License: mit
- Created: 2018-12-28T19:23:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T20:45:49.000Z (about 1 year ago)
- Last Synced: 2024-10-12T06:50:43.092Z (3 months ago)
- Topics: asp-net-core, background-jobs, cron, cronquery, job-scheduler, net6
- Language: C#
- Homepage: https://marxjmoura.github.io/cronquery
- Size: 1.37 MB
- Stars: 15
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
CronQuery
Lightweight job runner for ASP.NET Core
Explore CronQuery docs
## Status
[![CircleCI](https://circleci.com/gh/marxjmoura/cronquery.svg?style=shield)](https://circleci.com/gh/marxjmoura/cronquery)
[![codecov](https://codecov.io/gh/marxjmoura/cronquery/branch/master/graph/badge.svg)](https://codecov.io/gh/marxjmoura/cronquery)
[![NuGet Version](https://img.shields.io/nuget/v/cronquery.svg)](https://img.shields.io/nuget/v/cronquery.svg)
[![NuGet Downloads](https://img.shields.io/nuget/dt/cronquery.svg)](https://www.nuget.org/packages/cronquery)## Changelog
The changes for each release are documented in the [release notes](https://github.com/marxjmoura/cronquery/releases).
## Bugs and features
Please, fell free to [open a new issue](https://github.com/marxjmoura/cronquery/issues/new) on GitHub.
## License
[MIT](https://github.com/marxjmoura/cronquery/blob/master/LICENSE)
Copyright (c) 2018-present, [Marx J. Moura](https://github.com/marxjmoura)