All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

FastScheduler: Decorator-First Python Task Scheduler with Cron, Interval, and Timezone Support

By

michielme

4mo ago· 6 min readenCode

Summary

FastScheduler is a Python task scheduling library that provides a decorator-first approach for scheduling cron, interval, and one-time jobs. It features async support, timezone handling, simple persistence, built-in run history, and a real-time dashboard. The library supports various scheduling options including interval-based, time-based, and cron expressions, with installation via pip and comprehensive timezone support for global scheduling needs.

Key quotes

· 4 pulled
Simple, lightweight task scheduler for Python with async support, timezone handling, cron expressions, and a beautiful real-time dashboard.
Schedule jobs in any timezone: Common timezones: UTC, America/New_York, America/Los_Angeles, Europe/London, Europe/Paris, Asia/Tokyo, Asia/Shanghai, Australia/Sydney
Decorator-first Python scheduler — cron/interval/at jobs with simple persistence and built-in run history.
If this saves you time, ⭐️ the repo and open an issue for ideas — I'm actively improving it.
Snippet from the RSS feed
Decorator-first Python scheduler — cron/interval/at jobs with simple persistence and built-in run history. - MichielMe/fastscheduler

You might also wanna read