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.
* rq.worker: remove useless set_state call in horse The state should already have been set properly by the worker in `execute_job` `prepare_job_execution` is only called by `perform_job` which should only be called by `main_work_horse`/`fork_work_horse` (themselves only called by `execute_job`). Let `execute_job` do the bookkeeping. * worker: update SimpleWorker's state in execute_job |
4 years ago | |
|---|---|---|
| .. | ||
| config_files | 7 years ago | |
| ssl_config | 5 years ago | |
| Dockerfile | 4 years ago | |
| __init__.py | 4 years ago | |
| fixtures.py | 4 years ago | |
| test.json | 4 years ago | |
| test_callbacks.py | 4 years ago | |
| test_cli.py | 4 years ago | |
| test_commands.py | 4 years ago | |
| test_connection.py | 6 years ago | |
| test_decorator.py | 5 years ago | |
| test_fixtures.py | 5 years ago | |
| test_helpers.py | 11 years ago | |
| test_job.py | 4 years ago | |
| test_queue.py | 4 years ago | |
| test_registry.py | 4 years ago | |
| test_retry.py | 4 years ago | |
| test_scheduler.py | 4 years ago | |
| test_sentry.py | 5 years ago | |
| test_serializers.py | 6 years ago | |
| test_utils.py | 4 years ago | |
| test_worker.py | 4 years ago | |
| test_worker_registration.py | 5 years ago | |