https://github.com/web-scheduler/web-scheduler
A general scheduler supporting a variety of triggers.
https://github.com/web-scheduler/web-scheduler
aspnetcore cronjob csharp digitalocean-app-platform dotnet hacktoberfest microsoft-orleans scheduler task-scheduler
Last synced: 5 months ago
JSON representation
A general scheduler supporting a variety of triggers.
- Host: GitHub
- URL: https://github.com/web-scheduler/web-scheduler
- Owner: web-scheduler
- License: mit
- Created: 2022-01-16T18:28:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-14T22:49:20.000Z (over 2 years ago)
- Last Synced: 2025-10-22T02:39:26.772Z (8 months ago)
- Topics: aspnetcore, cronjob, csharp, digitalocean-app-platform, dotnet, hacktoberfest, microsoft-orleans, scheduler, task-scheduler
- Language: C#
- Homepage: https://throw.nullreference.io/series/building-a-distributed-task-scheduler-on-digitalocean-app-platform/
- Size: 560 KB
- Stars: 57
- Watchers: 6
- Forks: 11
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Web Scheduler
[](https://www.nuget.org/packages/WebScheduler.Grains/)[](https://www.nuget.org/packages/WebScheduler.Grains) [](https://www.nuget.org/packages/WebScheduler.Abstractions/) [](https://www.nuget.org/packages/WebScheduler.Abstractions)
[](https://github.com/web-scheduler/web-scheduler/actions)
[](https://github.com/web-scheduler/web-scheduler/actions)
The Web Scheduler is a highly-available, distributed, task-scheduling system allowing users to schedule tasks, one time, or recurring, that will use a variety of delivery mechanisms to send a signal and trigger something in a remote application.
See the blog post series here: [Building a Distributed Task Scheduler on DigitalOcean's App Platform](https://throw.nullreference.io/series/building-a-distributed-task-scheduler-on-digitalocean-app-platform/).
Live Instance is at [https://scheduler.nullreference.io/](https://scheduler.nullreference.io/).