Skip to content

v2.0.0

Compare
Choose a tag to compare
@thearchitector thearchitector released this 06 May 03:09
· 2 commits to main since this release
4f5b783

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.