Releases: thearchitector/just-jobs
Releases · thearchitector/just-jobs
v2.1.0
v2.0.0
I discovered arq, and it does a lot of the same things I was hoping just-jobs would eventually support. Rather than remake the wheel, V2 is a complete rethinking and rewrite using arq as an engine.
Some internal concepts are the same though:
- Redis is the default broking service.
- You can use both sync and async jobs.
- Sync jobs are run in an executor to prevent event loop blocking.
- Jobs are runnable if you don't want to delay it.
Changed license to BSD-3-Clause.
v1.1.0
Changed
- Replaced
aioredis
with asyncioredis-py
andhiredis
. - Replaced
pdoc3
withpdoc
.
Removed
- Extraneous
anyio
dependency. - Support for Python <3.7.
v1.0.0
Initial Release.