Apscheduler

Latest version: v3.10.4

Safety actively analyzes 634503 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 11 of 15

1.2.1

- Fixed regression: add_cron_job() in Scheduler was creating a CronTrigger with the wrong
parameters (fixes 1, 3)
- Fixed: if the scheduler is restarted, clear the "stopped" flag to allow jobs to be scheduled
again

1.2.0

- Added the ``week`` option for cron schedules
- Added the ``daemonic`` configuration option
- Fixed a bug in cron expression lists that could cause valid firing times to be missed
- Fixed unscheduling bound methods via unschedule_func()
- Changed CronTrigger constructor argument names to match those in Scheduler

1.01

- Fixed a corner case where the combination of hour and day_of_week parameters would cause
incorrect timing for a cron trigger


Changelog

This changelog is used to track all major changes to django-apscheduler.

1.1.0

- Add new configuration attribute called SCHEDULER_VIEWS_ENABLED, default is False.
From this version, the views are not loaded anymore by default.
- Add more parameters to the job definition.


Version history
===============

To find out how to migrate your application from a previous version of
APScheduler, see the :doc:`migration section <migration>`.

0.6.3

**Fixes**

- Take a database lock before updating / deleting job store entries to prevent duplicate key violation errors (thanks
calledbert).

0.6.2

**Fixes**

- Make and commit missing migrations (Resolves [165](https://github.com/jcass77/django-apscheduler/issues/165)).

Page 11 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.