mirror of https://github.com/peter4431/rq.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Improve docstrings on `connections` * Enhanced Job methods docstrings & Serialization Protocol This adds docstrings to all Job methods in a standard format. It also implements a `serializer` protocol. * Excludes `Protocol` (keeping compatibility with < 3.8) * Add docstrings & type annotation to the `job` decorator * Docstrings for the `defaults` vars * Add deprecation warning to Connection context manager * Fix Types |
3 years ago | |
|---|---|---|
| .. | ||
| cli | 3 years ago | |
| contrib | 3 years ago | |
| __init__.py | 3 years ago | |
| command.py | 3 years ago | |
| connections.py | 3 years ago | |
| decorators.py | 3 years ago | |
| defaults.py | 3 years ago | |
| exceptions.py | 3 years ago | |
| job.py | 3 years ago | |
| local.py | 3 years ago | |
| logutils.py | 3 years ago | |
| queue.py | 3 years ago | |
| registry.py | 3 years ago | |
| results.py | 3 years ago | |
| scheduler.py | 3 years ago | |
| serializers.py | 3 years ago | |
| suspension.py | 3 years ago | |
| timeouts.py | 3 years ago | |
| types.py | 3 years ago | |
| utils.py | 3 years ago | |
| version.py | 3 years ago | |
| worker.py | 3 years ago | |
| worker_registration.py | 3 years ago | |