FastScheduler: Decorator-First Python Task Scheduler with Cron, Interval, and Timezone Support
By
michielme
Slow-proofed and worth the wait. Worth its weight in flour.
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 pulledSimple, 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.
You might also wanna read
Hypothesis Documentation: Python Property-Based Testing Library
Hypothesis is a Python library for property-based testing that allows developers to write tests that should pass for all inputs within speci
Why Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
GitLab 19.0 launches with Secrets Manager, agentic workflows, and self-hosted AI models
GitLab 19.0 has been released, positioning itself as an intelligent orchestration platform for DevSecOps. The release includes expanded secr
bit.ly·23h agoCentralizing Error Handling in Rust with Custom AppError Enums
This article discusses the importance of centralizing error handling in Rust applications using a custom AppError enum combined with map_err
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
