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.
Thomas Kriechbaumer 3133d94b58 add periodic worker heartbeats (#945)
* add periodic worker heartbeats

fixes #944

* improve worker default option handling
7 years ago
..
__init__.py Use dbsize() to test for empty Redis database 7 years ago
dummy_settings.py Enable the most modern Python syntax. 11 years ago
dummy_settings_override.py Fixed #809 - Added tests for various cli config parameters 7 years ago
fixtures.py Fixed #866 - Flak8 errors 7 years ago
test_cli.py Fixed #809 - Added tests for various cli config parameters 7 years ago
test_connection.py Fixed #870 Improved test coverage for connections.py and utils.py 7 years ago
test_decorator.py Add meta to decorator, move depends_on + at_front to decorator (#892) 7 years ago
test_helpers.py Restored the ability to specify connection params in config 10 years ago
test_job.py Define redis key prefix as class variable (#939) 7 years ago
test_queue.py Merge pull request #878 from theodesp/Issue-731 7 years ago
test_registry.py Registry objects can be instantiated by passing a queue object. 7 years ago
test_sentry.py Fixed #866 - Flak8 errors 7 years ago
test_utils.py add milliseconds into timestamps, fix #721 7 years ago
test_worker.py add periodic worker heartbeats (#945) 7 years ago
test_worker_registration.py Added the ability to fetch workers by queue (#911) 7 years ago