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.
Selwin Ong 1d7b5e834b
Worker statistics (#897)
* First stab at implementing worker statistics.

* Moved worker data restoration logic to worker.refresh().

* Failed and successfull job counts are now properly incremented.

* Worker now keeps track of total_working_time

* Ensure job.ended_at is set in the case of unhandled job failure.

* handle_job_failure shouldn't crash if job.started_at is not present.
7 years ago
..
__init__.py Fixed #866 - Flak8 errors 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 Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 8 years ago
test_helpers.py Restored the ability to specify connection params in config 10 years ago
test_job.py add milliseconds into timestamps, fix #721 7 years ago
test_queue.py Merge pull request #878 from theodesp/Issue-731 7 years ago
test_registry.py job.delete() should cleans itself from FailedQueue and various registries. 8 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 Worker statistics (#897) 7 years ago