..
asynchronous
"Reentrant" version, that allows a `celery.bin.celery.main` worker to run multiple times ( #866 )
2018-08-10 17:42:50 +06:00
transport
Add support for 'rediss' scheme for secure redis connections. ( #910 )
2018-08-27 13:26:07 +03:00
utils
Add timeout to retry_over_time ( #880 )
2018-08-09 16:55:30 +03:00
__init__.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
conftest.py
Rename `async` keyword to `asynchronous` ( #839 )
2018-03-19 19:28:43 +02:00
test_clocks.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
test_common.py
fix/Broadcast-fail-by-give-queue-kwargs ( #906 )
2018-08-15 16:59:33 +06:00
test_compat.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
test_compression.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
test_connection.py
Added tests that verify that librabbitmq is selected when available and not selected when it is not available. ( #907 )
2018-08-16 04:48:33 -05:00
test_entity.py
Queue: add handling of Exchange as str to constructor ( #904 )
2018-08-12 08:59:27 +06:00
test_exceptions.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
test_log.py
Make flake8 happy.
2017-12-17 12:15:42 +02:00
test_message.py
Signature of Message is now Message(body, channel=), not Message(channel, body=)
2016-10-27 16:55:40 -07:00
test_messaging.py
Consumer: __exit__ should not cancel if connection error ( Closes #670 )
2016-12-07 14:28:16 -08:00
test_mixins.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
test_pidbox.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
test_pools.py
Prevent spurious exception on Resource.resize(0) ( #826 )
2018-04-08 12:06:02 +06:00
test_serialization.py
Rewrite tests to use py.test
2016-08-23 11:38:54 -07:00
test_simple.py
Allow SimpleQueue to pass 'queue_arguments' to Queue object. ( #900 )
2018-08-16 04:00:50 -05:00