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.
63abea1522
* job: add get_meta() function The newly introduced function returns meta data stored for the job. This is required since job.meta stays an empty dict until the job is finished or failed. With the new function it's possible to store arbiatraty states/stages of the job and allow the user to track progress. A long running job may return custom stages like `downloading_data`, `unpacking_data`, `processing_data`, etc. This may allow better interfaces since users can track progress. Signed-off-by: Paul Spooren <mail@aparcar.org> * docs: add missing `refresh` arg to get_status() This was previously missing. Signed-off-by: Paul Spooren <mail@aparcar.org> |
3 years ago | |
---|---|---|
.. | ||
config_files | 6 years ago | |
ssl_config | 4 years ago | |
Dockerfile | 4 years ago | |
__init__.py | 4 years ago | |
fixtures.py | 4 years ago | |
test.json | 3 years ago | |
test_callbacks.py | 4 years ago | |
test_cli.py | 3 years ago | |
test_commands.py | 4 years ago | |
test_connection.py | 5 years ago | |
test_decorator.py | 4 years ago | |
test_fixtures.py | 4 years ago | |
test_helpers.py | 10 years ago | |
test_job.py | 3 years ago | |
test_queue.py | 3 years ago | |
test_registry.py | 3 years ago | |
test_retry.py | 3 years ago | |
test_scheduler.py | 4 years ago | |
test_sentry.py | 4 years ago | |
test_serializers.py | 5 years ago | |
test_utils.py | 4 years ago | |
test_worker.py | 4 years ago | |
test_worker_registration.py | 4 years ago |