Description
Scheduled Python functions can run on lightweight cron-like intervals inside applications. This library is for developers adding simple periodic jobs without a full scheduler service. Scheduled functions can repeat side effects, so idempotency and shutdown behavior matter.