Description
Cron-like jobs can be scheduled inside Python processes through an in-process scheduler. This library is for developers running periodic tasks in services, bots, or desktop apps. Scheduled jobs execute application code, so time zones, persistence, failure handling, and job trust matter.