In-process task scheduler with Cron-like capabilities

Edit Package python-APScheduler
http://pypi.python.org/pypi/APScheduler/

Advanced Python Scheduler (APScheduler) is a light but powerful in-process task scheduler that lets you schedule jobs (functions or any python callables) to be executed at times of your choosing.

This can be a far better alternative to externally run cron scripts for long-running applications (e.g. web applications), as it is platform neutral and can directly access your application's variables and functions.

Refresh
Refresh
Source Files
Filename Size Changed
APScheduler-3.9.1.tar.gz 0000100567 98.2 KB
python-APScheduler.changes 0000026127 25.5 KB
python-APScheduler.spec 0000003605 3.52 KB
Revision 45 (latest revision is 55)
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 958267 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 45)
- version update to 3.9.1
  3.9.1
  -----
  * Removed a leftover check for pytz ``localize()`` and ``normalize()`` methods
  3.9.0
  -----
  * Added support for PySide6 to the Qt scheduler
  * No longer enforce pytz time zones (support for others is experimental in the 3.x series)
  * Fixed compatibility with PyMongo 4
  * Fixed pytz deprecation warnings
  * Fixed RuntimeError when shutting down the scheduler from a scheduled job
Comments 0
openSUSE Build Service is sponsored by