top | item 46606224

(no title)

antonbassyk | 1 month ago

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

discuss

order

michielme|1 month ago

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.

atoav|1 month ago

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.