Alternatives
Products that do what EquaSched does
Fair staff scheduling for urgent care clinics in 10 seconds
- 1

- 2

- 3

- 4

- 5EI
2023 · github.com
- 6

- 7

- 8

- 9

- 10

- 11

Fair on-call rosters for residency programs, in minutes
Jul 2026 · oncallizer.com
- 12

- 13

- 14

- 15

- 16

- 17

- 18

- 19FD
Hi! I've built this because I kept reaching for Celery for simple scheduled tasks and it felt like overkill. I just needed "run this function every hour" or "daily at 9am", not distributed workers. So it's decorators for scheduling (@scheduler.every(5).minutes, @scheduler.daily.at("09:00")), state saves to JSON so jobs survive restarts, and there's an optional FastAPI dashboard if you want to see what's running. No Redis, no message broker, runs in-process with your app. Trade-off is it's single process only — if you need distributed workers, stick with Celery.
Jan 2026 · github.com
- 20

Employee Scheduling & Workforce Management Software
Jun 2026 · getstaffscheduling.ca
- 21

- 22

- 23

- 24AS
Hi HN! This is something I've been tinkering on for the past couple months. It's basically just an API/CLI for scheduling delayed or recurring jobs as HTTP requests. I initially built it as a personal tool to save myself a bit of time on little side projects where I've needed scheduled/recurring alerts, but decided it could be a good opportunity to practice building out a nice landing page [0] and documentation [1]. And who knows, maybe someone else will find it useful ¯\_(ツ)_/¯ The tool relies heavily on Elixir's Oban [2] library for managing jobs, and Mintlify [3] for…
2023 · booper.dev
Ranked by how close each launch is in meaning, then by votes. Refine with a description →