summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate (#732)HEADmasterpre-commit-ci[bot]2023-05-091-1/+1
* [pre-commit.ci] pre-commit autoupdate (#716)pre-commit-ci[bot]2023-04-051-2/+2
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2023-02-071-3/+3
* Fixed SQLAlchemy 2.0 compatibilityAlex Grönholm2023-02-012-33/+38
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-261-1/+1
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-221-2/+2
* fix(docs): minor spelling edits in userguideevanstjabadi2022-12-201-3/+3
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-141-2/+2
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-061-3/+3
* Appeased flake8Alex Grönholm2022-11-061-1/+1
* Use Python 3.11 (final) as the high-end Python versionAlex Grönholm2022-11-061-3/+3
* Removed unnecessary dependencyAlex Grönholm2022-11-061-4/+1
* Updated several actions to their latest versionsAlex Grönholm2022-10-192-7/+7
* Migrated from pytest-freezegun to pytest-freezerAlex Grönholm2022-10-181-1/+1
* [pre-commit.ci] pre-commit autoupdate (#670)pre-commit-ci[bot]2022-10-171-2/+2
* [pre-commit.ci] pre-commit autoupdate (#668)pre-commit-ci[bot]2022-10-101-2/+2
* Fixed MongoDB data store running blocking operations on the event loop threadAlex Grönholm2022-09-241-24/+35
* Fixed MongoDB data store retrying synchronouslyAlex Grönholm2022-09-241-16/+16
* Fixed _temporary_failure_exceptions in MongoDB and SQLA datastoresAlex Grönholm2022-09-233-2/+12
* Removed the _local_tasks variable in MongoDBDAtaStoreAlex Grönholm2022-09-231-18/+10
* Removed migration note about executorsAlex Grönholm2022-09-231-4/+0
* Added property for default_job_executor to SyncSchedulerAlex Grönholm2022-09-221-0/+8
* Removed unwanted argument from listener functionAlex Grönholm2022-09-221-1/+1
* Fixed the test suite on PyPyAlex Grönholm2022-09-223-8/+23
* Replaced the separate scheduler/worker example with a more practical alternativeAlex Grönholm2022-09-225-146/+93
* Updated the examplesAlex Grönholm2022-09-219-14/+18
* Readded psycopg2 and pymysql store fixtures to the test suiteAlex Grönholm2022-09-211-1/+11
* Fixed missing schema with the psycopg2 store fixtureAlex Grönholm2022-09-211-1/+5
* Merged the Worker class into AsyncSchedulerAlex Grönholm2022-09-2110-434/+372
* Major refactoringAlex Grönholm2022-09-2138-4534/+2144
* Added more directories to .gitignoreAlex Grönholm2022-09-211-0/+2
* [pre-commit.ci] pre-commit autoupdate (#665)pre-commit-ci[bot]2022-09-211-2/+2
* Fixed schema parameter in SQLAlchemyJobStore not being usedAlex Grönholm2022-09-123-7/+12
* Specified a minimum version for typing_extensionsAlex Grönholm2022-09-101-1/+1
* Fixed examples not using shared data stores/event brokersAlex Grönholm2022-09-074-5/+7
* Added the ABCMeta metaclass to (Async)DataStoreAlex Grönholm2022-09-071-2/+2
* Fixed private module imports in testsAlex Grönholm2022-09-072-2/+5
* [pre-commit.ci] pre-commit autoupdate (#662)pre-commit-ci[bot]2022-09-061-1/+1
* Fixed references to run_until_stopped()Alex Grönholm2022-09-041-2/+2
* Added the release version4.0.0a2Alex Grönholm2022-09-041-1/+1
* Marked removal of from_asyncpg_pool() as a breaking changeAlex Grönholm2022-09-041-1/+2
* Removed setup.cfg entirelyAlex Grönholm2022-09-042-2/+1
* Added section to user guide on how to run the schedulerAlex Grönholm2022-09-041-0/+82
* Fixed resource warnings in the asyncpg event broker when the listener task is...Alex Grönholm2022-09-041-6/+16
* Fixed asyncpg/redis start() while cancelled resulting in an inconsistent canc...Alex Grönholm2022-09-042-5/+9
* Changed the scheduler API to require an explicit start callAlex Grönholm2022-09-0414-40/+131
* Fixed docstring on stop_check_intervalAlex Grönholm2022-09-032-5/+6
* Added mention of the JobReleased event serialization fix to the changelogAlex Grönholm2022-09-031-0/+1
* Don't report cancellations as crashes on Python 3.7Alex Grönholm2022-09-035-16/+41
* Improved the "separate worker/scheduler" examplesAlex Grönholm2022-09-034-0/+105