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.
lowercase00 bd07310253
Job methods docstrings (#1772)
* 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
2 years ago
..
cli Improve the lint situation (#1688) 2 years ago
contrib Drop python2-specific syntax (#1674) 2 years ago
__init__.py Drop python2-specific syntax (#1674) 2 years ago
command.py Job methods docstrings (#1772) 2 years ago
connections.py Job methods docstrings (#1772) 2 years ago
decorators.py Job methods docstrings (#1772) 2 years ago
defaults.py Job methods docstrings (#1772) 2 years ago
exceptions.py Drop python2-specific syntax (#1674) 2 years ago
job.py Job methods docstrings (#1772) 2 years ago
local.py Drop python2-specific syntax (#1674) 2 years ago
logutils.py Drop python2-specific syntax (#1674) 2 years ago
queue.py Moves the `compact` helper to `utils` (#1769) 2 years ago
registry.py Fix Scheduler Docstring (#1768) 2 years ago
results.py Remove compatibility layer for < 3.5 (#1761) 2 years ago
scheduler.py Restart scheduler process if the process is not alive (#1764) 2 years ago
serializers.py Job methods docstrings (#1772) 2 years ago
suspension.py Typing (#1698) 2 years ago
timeouts.py Drop python2-specific syntax (#1674) 2 years ago
types.py Job methods docstrings (#1772) 2 years ago
utils.py Job methods docstrings (#1772) 2 years ago
version.py Bugfix: Python & RQ Version (#1757) 2 years ago
worker.py Restart scheduler process if the process is not alive (#1764) 2 years ago
worker_registration.py Remove compatibility layer for < 3.5 (#1761) 2 years ago