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.
* Added CrossPlatformDeathPenalty that doesn't rely on signals * Updated `SimpleWorker`'s `death_penalty_class` to utilize `CrossPlatformDeathPenalty` to allow use on Windows machines * Changed `CrossPlatformDeathPenalty` to `TimerDeathPenalty` * Removed overridden `death_penalty_class` in `SimpleWorker` until feature matures * Added section in testing.md explaining how to utilize `SimpleWorker` on Windows OS * Replaced usage of chatting with .format for python 3.5 compatibility * Add tests for new timeout feature * Explicitly set defaults.CALLBACK_TIMEOUT * Implemented cross-thread method of raising errors by using ctypes * Finished writing tests for new TimerDeathPenalty |
4 years ago | |
|---|---|---|
| .. | ||
| cli | 4 years ago | |
| compat | 5 years ago | |
| contrib | 6 years ago | |
| __init__.py | 5 years ago | |
| command.py | 4 years ago | |
| connections.py | 7 years ago | |
| decorators.py | 4 years ago | |
| defaults.py | 4 years ago | |
| dummy.py | 12 years ago | |
| exceptions.py | 5 years ago | |
| job.py | 4 years ago | |
| local.py | 5 years ago | |
| logutils.py | 5 years ago | |
| queue.py | 4 years ago | |
| registry.py | 4 years ago | |
| scheduler.py | 4 years ago | |
| serializers.py | 5 years ago | |
| suspension.py | 8 years ago | |
| timeouts.py | 4 years ago | |
| utils.py | 4 years ago | |
| version.py | 4 years ago | |
| worker.py | 4 years ago | |
| worker_registration.py | 5 years ago | |