summaryrefslogtreecommitdiff
path: root/apscheduler/jobstores/sqlalchemy.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed wrong job sort order in some job stores and a related exception in the ...Alex Grönholm2015-03-091-1/+3
* Shortened the ID column of the apscheduler_jobs table in the SQLAlchemy job s...Alex Grönholm2014-08-121-2/+2
* Use Float instead of BigInteger in SQLAlchemyJobStore to maintain proper job ...Alex Grönholm2014-07-071-3/+3
* Decreased maximum length of the "id" column in SQLAlchemyJobStore due to MySQ...Alex Grönholm2014-07-021-1/+2
* Added entry points for executors and job stores tooAlex Grönholm2014-06-161-0/+2
* Tweaked the scheduler and job stores API and added the reschedule_job() methodAlex Grönholm2014-05-301-4/+2
* Added API documentation for job storesAlex Grönholm2014-05-281-3/+12
* Removed the JobHandle classAlex Grönholm2014-05-261-3/+5
* Automatically remove jobs that fail to deserialize or whose executor is not f...Alex Grönholm2014-04-201-4/+9
* Minor improvements to the job store and executor APIsAlex Grönholm2014-04-181-7/+7
* Use logger names consistently in the scheduler, executors and job storesAlex Grönholm2014-04-181-4/+1
* Resurrected the Redis job store and fixed null next_run_time handling in othe...Alex Grönholm2014-04-101-1/+3
* Simplified the job store API and harmonized the Mongo/SQLAlchemy job store im...Alex Grönholm2014-04-101-58/+38
* Replaced the thread pool with a pluggable executor systemAlex Grönholm2014-04-061-2/+2
* Enabled proper modification of the job's callableAlex Grönholm2014-03-091-2/+2
* Added a method to modify jobsAlex Grönholm2014-03-091-1/+1
* Decoupled schedulers and job storesAlex Grönholm2014-03-091-2/+1
* PEP 8 fixAlex Grönholm2014-03-091-2/+2
* Raise a reasonable exception when attempting to persist a job with no func_refAlex Grönholm2014-03-091-1/+4
* Use timestamps instead of datetimes for indexing jobsAlex Grönholm2014-03-091-12/+10
* Overhauled the job store system and ditched ShelveJobStore and RedisJobStore ...Alex Grönholm2014-03-091-45/+97
* Renamed RAMJobStore to MemoryJobStore; renamed all job store modules since we...Alex Grönholm2013-06-291-0/+89