fluentscheduler/FluentScheduler
Automated job scheduler with fluent interface for the .NET platform. observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 72
- Release rhythm 50
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 69.0
- age_days: 5139
- days_rel: 258
- days_push: 168
- n_releases_24m: 3
Adoption not part of the score
2772 stars · 411 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FluentScheduler is an automated job scheduler library for the .NET platform with a fluent interface for defining schedules. It lets developers run tasks at intervals, specific times, or recurring patterns directly in .NET applications without external dependencies.
Use cases
- run a task every 5 minutes in a .NET app
- schedule background jobs in C#
- run a job at a specific time each day
- replace cron-style scheduling inside a .NET service
- schedule recurring cleanup or maintenance tasks
- run periodic jobs without external scheduler infrastructure
When to choose
- you need in-process job scheduling in a .NET application
- you want a simple fluent API instead of cron expressions
- you want a lightweight scheduler with no external service dependency
When to avoid
- you need distributed scheduling across multiple nodes with persistence
- you need a standalone scheduler service outside your application
- your project is not on the .NET platform
Facets
library · maturity stable
scheduling workflow-automation developer-tools backend dotnet cross-platform job-scheduler fluent-api cron-alternative background-jobs automation
2 sources
- readme: https://github.com/fluentscheduler/FluentScheduler · fetched 2026-08-28 · ce4a499cdb8a
- homepage: https://fluentscheduler.github.io · fetched 2026-08-29 · f5c37755cad7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fluentscheduler/FluentScheduler | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="fluentscheduler/FluentScheduler")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem