Skip to content

Releases: thearchitector/just-jobs

v2.1.0

13 Jul 04:12
428e506
Compare
Choose a tag to compare

Changed

  • Deprecated .now in favor of direct calling (func()).

v2.0.0

06 May 03:09
4f5b783
Compare
Choose a tag to compare

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

18 May 21:24
5ee1da7
Compare
Choose a tag to compare

Changed

  • Replaced aioredis with asyncio redis-py and hiredis.
  • Replaced pdoc3 with pdoc.

Removed

  • Extraneous anyio dependency.
  • Support for Python <3.7.

v1.0.0

27 Aug 18:38
f6f925b
Compare
Choose a tag to compare

Initial Release.