Ross ROSS = Recommend OSS · open-source software intelligence for agents

Arcenox-co/TickerQ

TickerQ is a fast, reflection-free background task scheduler for .NET built with source generators, EF Core integration, cron + time-based execution, and a real-time dashboard. observed · 2026-08-28

github.com/Arcenox-co/TickerQ · homepage · C# · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

88/100

  • Activity 95
  • Release rhythm 79
  • Longevity 87

Flags: no_license

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: 13.5
  • age_days: 1231
  • days_rel: 142
  • days_push: 30
  • n_releases_24m: 11

Full methodology

Adoption not part of the score

3593 stars · 212 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

TickerQ is a fast, reflection-free background job scheduler for .NET that uses C# source generators to register job handlers at compile time, with cron and one-off (TimeTicker) scheduling. It offers EF Core or Redis persistence, multi-node coordination, retry policies, and a built-in real-time SignalR dashboard.

Use cases

  • schedule recurring cron jobs in a .NET application
  • run delayed one-off background tasks in ASP.NET Core
  • monitor and manage background jobs from a web dashboard
  • run a job scheduler across multiple app instances with Redis coordination
  • persist scheduled jobs to SQL Server, PostgreSQL, SQLite, or MySQL
  • replace Hangfire with an AOT-compatible, zero-reflection scheduler
  • add retries and backoff to background task execution
  • trace job executions with OpenTelemetry

When to choose

  • you're building on .NET 8/9/10 and need background jobs with minimal setup
  • you need Native AOT / trimming compatibility that reflection-based schedulers like Hangfire lack
  • you want built-in persistence in your own database plus a free real-time dashboard
  • you need multi-node distributed scheduling with dead-node recovery

When to avoid

  • you're not on the .NET ecosystem
  • you need a language-agnostic or standalone scheduler service outside your app process
  • you require a long-proven scheduler with a large enterprise track record
  • you need complex workflow orchestration beyond simple job chaining

Facets

library · maturity active

scheduling workflow-automation monitoring middleware backend developer-tools web-development dotnet cross-platform self-hosted job-scheduler background-jobs cron source-generators ef-core redis signalr-dashboard native-aot hangfire-alternative multi-node automation docker

10 sources

Member repositories

RepositoryRoleHealth v2
Arcenox-co/TickerQmain88

For agents

markdown · JSON · MCP: product_card(name="Arcenox-co/TickerQ")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem