Just-jobs

Latest version: v2.1.0

Safety actively analyzes 623860 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

2.1.0

Changed

- Deprecated `.now` in favor of direct calling (`func()`).

2.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.

1.1.0

Changed

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

Removed

- Extraneous `anyio` dependency.
- Support for Python <3.7.

1.0.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.