mirror of https://github.com/rq/rq.git
f4602d30d5
* 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 |
||
---|---|---|
.. | ||
config_files | ||
ssl_config | ||
Dockerfile | ||
__init__.py | ||
fixtures.py | ||
test.json | ||
test_callbacks.py | ||
test_cli.py | ||
test_commands.py | ||
test_connection.py | ||
test_decorator.py | ||
test_fixtures.py | ||
test_helpers.py | ||
test_job.py | ||
test_queue.py | ||
test_registry.py | ||
test_retry.py | ||
test_scheduler.py | ||
test_sentry.py | ||
test_serializers.py | ||
test_timeouts.py | ||
test_utils.py | ||
test_worker.py | ||
test_worker_registration.py |