summaryrefslogtreecommitdiff
path: root/apscheduler
Commit message (Expand)AuthorAgeFilesLines
* Exposed kwargs of underlying ThreadPool and ProcessPool executors (#546)Albert Xu2021-09-101-4/+10
* Made the schedulers explicitly raise a descriptive TypeErrorAlex Grönholm2021-01-191-0/+5
* Conditionally import BrokenProcessPoolAlex Grönholm2021-01-171-1/+5
* Documented the None value for misfire_grace_timeAlex Grönholm2021-01-172-2/+2
* Fixed broken process pool executor issueAlex Grönholm2021-01-171-1/+8
* Fixed Python 2.7 compatibilityAlex Grönholm2021-01-171-1/+1
* Get the asyncio event loop in start() and not in __init()__Alex Grönholm2021-01-131-1/+7
* Fixed potential where clause error in the SQLAlchemy job storeAlex Grönholm2021-01-111-2/+2
* Allow Job to be weak-referenced (#470)Bar Harel2021-01-111-1/+1
* Fixed inability to schedule wrapped functionsAlex Grönholm2021-01-111-1/+5
* Fixed memory leak when coroutine jobs raise exceptionsAlex Grönholm2021-01-101-0/+2
* Fixed scheduler shutdown hanging after trying to start it twiceAlex Grönholm2021-01-102-2/+6
* Updated triggers' API documentation for PR #416Alex Grönholm2021-01-103-4/+4
* Fixed minor issue with CronTrigger API documentationAlex Grönholm2021-01-101-1/+1
* Ensured that jitter is always positive (#416)Alex Grönholm2021-01-101-15/+4
* Fixed flake8 errors (#480)Abdulla Ibrahim2020-12-071-2/+3
* Added PySide2 support (#477)Abdulla Ibrahim2020-12-031-2/+5
* Fixed textual referenced bound methods issue on persistent job stores #466 (#...Pengjie Song (宋鹏捷)2020-10-071-2/+3
* Upgraded mongodb job store to PyMongo 3.0Alex Grönholm2020-10-061-6/+6
* Fix zookeeper plugin Bug on windowsLaurel-rao2020-04-221-6/+5
* Fixed ImportError on py2.7 if trollius not installedv3.6.3Alex Grönholm2019-11-051-1/+5
* Adapted the code for the 3.x branchAlex Grönholm2019-10-172-4/+6
* Updated per suggestions from @agronholm.shipmints2019-10-173-7/+8
* Properly unwrap partial async functions to direct them to the correct async s...shipmints2019-10-173-3/+13
* Fixed OverflowError on QT scheduler if the wait time is very longAlex Grönholm2019-06-231-1/+2
* Fixed methods inherited from base class could not be executed by processpool ...Yang Jian2019-03-221-2/+13
* Adapted RethinkDBJobStore to rethinkdb library v2.4+Alex Grönholm2019-03-181-18/+20
* Removed duplicate if statement (#359)秋葉2019-02-021-7/+6
* Correct update_job to raise with job id (#350)Ugrend2018-12-141-1/+1
* Add JobSubmissionEvent to events.py __all__ (#344)Cong2018-12-051-1/+1
* Fixed flake8 errorsAlex Grönholm2018-12-053-4/+5
* Adapted RedisJobStore to use the redis 3.0+ libraryAlex Grönholm2018-12-051-4/+8
* Import Iterable, Mapping from collections.abc (#347)Roman Levin2018-12-042-2/+9
* Fixed class methods being mistaken for instance methodsv3.5.3Alex Grönholm2018-08-141-3/+4
* Fixed callable name detection for methods in old style classesAlex Grönholm2018-08-141-1/+2
* Raise RuntimeError if starting the scheduler under uWSGI without threadsv3.5.2Alex Grönholm2018-08-101-0/+11
* Fixed scheduling of bound methods on persistent job storesAlex Grönholm2018-08-101-1/+8
* Added support for UTC offsets in datetime parsingAlex Grönholm2018-01-161-6/+18
* Prevent deadlocks in scheduler shutdown (#268)Carey Metcalfe2018-01-061-3/+4
* Fixed CronTrigger with jitter producing fire times beyond end_dateAlex Grönholm2018-01-031-3/+2
* Fixed OverflowError on Windows when wait_seconds was too largeAlex Grönholm2018-01-032-4/+7
* Fixed DeprecationWarning for get_jobs()Alex Grönholm2018-01-031-1/+1
* Bumped up the fallback versionv3.5.0Alex Grönholm2017-12-231-1/+1
* Added jitter support to combining triggersAlex Grönholm2017-12-221-6/+15
* Renamed the base class for the combining triggersAlex Grönholm2017-12-211-3/+3
* Added combining triggers (AndTrigger + OrTrigger)Alex Grönholm2017-12-191-0/+86
* Allow multiple spaces in crontab format (#260)Luc Tielen2017-12-131-1/+1
* Cancel all pending futures on AsyncIOExecutor shutdownAlex Grönholm2017-12-131-0/+11
* Fixed passing "wait" as keyword argument to AsyncIOScheduler.shutdown()Alex Grönholm2017-12-131-3/+4
* Allow spaces around commas in CronTrigger fieldsAlex Grönholm2017-12-121-6/+4