periodtask¶
Scheduled tasks with timezones and configurable e-mail alerts.
Features¶
cron-like expressions to define a schedule- Timezone in
cronexpressions - Multiple
cronschedule for each task - Configurable e-mail alerts
- Different policies (
SKIP,DELAY,RUN) to handle situations when an instance of a task to start is already running
Release Notes¶
0.8.0¶
- Support 3.8.10 python
0.7.0¶
- Former
email_limitationis changed to email thresholds. This is a breaking change!
0.6.0¶
- Improved handling of
max_lines. - Added task param
failure_email_limitation.
0.5.5¶
- Improved wording of builtin e-mail templates.
- Added the
email_limitationparameter toTask.
0.5.3¶
- Bugfix:
mail_success,mail_failure,mail_skipped,mail_delayedparameters ofTaskwere not handled correctly.
0.5.2¶
template_dirgiven toTaskextends the default template dir, so templates can be overridden individually.