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.
luojiebin cd529d0ce1 Fixed issue#72 (#818)
* Added a custom exception for timeout transfer

* Added a util to transfer timeout to a united format

* Transfer timeout format when creating a queue or enqueue jobs

* Fixed typos

* Fixed bug in transfer_timeout function

* Added test for function transfer_timeout

* Updated transfer_timeout to allow uppercase unit

* Renamed function in utils
8 years ago
..
__init__.py correct SLOW env var, run slow tests on ci 9 years ago
dummy_settings.py Enable the most modern Python syntax. 11 years ago
fixtures.py Solve the UnicodeDecodeError while decode literal things. (#817) 8 years ago
helpers.py Fix PEP8 complaints. 11 years ago
test_cli.py Allow passing backend classes (job, queue, worker, connection) from CLI and other APIs 8 years ago
test_connection.py fix tests 9 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 Make `Queue.enqueue_job()` execute immediately if `async=False` (#798) 8 years ago
test_queue.py job.delete() should cleans itself from FailedQueue and various registries. 8 years ago
test_registry.py job.delete() should cleans itself from FailedQueue and various registries. 8 years ago
test_sentry.py fix tests 9 years ago
test_utils.py Fixed issue#72 (#818) 8 years ago
test_worker.py Solve the UnicodeDecodeError while decode literal things. (#817) 8 years ago