Hacker Newsnew | past | comments | ask | show | jobs | submit | antonbassyk's commentslogin

Looks interesting. Wondering how this is different from the more established https://github.com/agronholm/apscheduler ?


APScheduler is solid and more mature. Main difference is the API — FastScheduler is decorator-first so you get @scheduler.daily.at("09:00") instead of configuring triggers, executors, and job stores separately. Also has a built-in FastAPI dashboard.


Maybe I forgot about this, but how would you secure the scheduler api/dashboard from unauthorized access? This might be a good point to add to the readme.


Good point. Right now it relies on FastAPI's dependency injection — you can wrap the router with your own auth middleware or add dependencies when including it. But I should add an example to the docs. Thanks for the nudge.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: