mirror of https://github.com/celery/kombu.git
![]() * Add transports based on Azure PaaS This pull request adds two new transport implementations: - `azurestoragequeues` is implemented on top of Azure Storage Queues [1]. This offers a simple but scalable and low-cost PaaS transport for Celery users in Azure. The transport is intended to be used in conjunction with the Azure Block Blob Storage backend [2]. - `azureservicebus` is implemented on top of Azure Service Bus [3] and offers PaaS support for more demanding Celery workloads in Azure. The transport is intended to be used in conjunction with the Azure CosmosDB backend [4]. This pull request was created together with @ankurokok, @dkisselev, @evandropaula, @martinpeck and @michaelperel. [1] https://azure.microsoft.com/en-us/services/storage/queues/ [2] https://github.com/celery/celery/pull/4685 [3] https://azure.microsoft.com/en-us/services/service-bus/ [4] https://github.com/celery/celery/pull/4720 * Exclude Azure transports from code coverage There is test coverage for the transports but the tests require Azure credentials to run (passed via environment variables) so codecov doesn't exercise them. * Remove env vars to configure transport * Remove abbreviations |
||
---|---|---|
.. | ||
index.rst | ||
kombu.abstract.rst | ||
kombu.asynchronous.aws.connection.rst | ||
kombu.asynchronous.aws.rst | ||
kombu.asynchronous.aws.sqs.connection.rst | ||
kombu.asynchronous.aws.sqs.message.rst | ||
kombu.asynchronous.aws.sqs.queue.rst | ||
kombu.asynchronous.aws.sqs.rst | ||
kombu.asynchronous.debug.rst | ||
kombu.asynchronous.http.base.rst | ||
kombu.asynchronous.http.curl.rst | ||
kombu.asynchronous.http.rst | ||
kombu.asynchronous.hub.rst | ||
kombu.asynchronous.rst | ||
kombu.asynchronous.semaphore.rst | ||
kombu.asynchronous.timer.rst | ||
kombu.clocks.rst | ||
kombu.common.rst | ||
kombu.compat.rst | ||
kombu.compression.rst | ||
kombu.connection.rst | ||
kombu.exceptions.rst | ||
kombu.five.rst | ||
kombu.log.rst | ||
kombu.message.rst | ||
kombu.mixins.rst | ||
kombu.pidbox.rst | ||
kombu.pools.rst | ||
kombu.resource.rst | ||
kombu.rst | ||
kombu.serialization.rst | ||
kombu.simple.rst | ||
kombu.transport.SLMQ.rst | ||
kombu.transport.SQS.rst | ||
kombu.transport.azureservicebus.rst | ||
kombu.transport.azurestoragequeues.rst | ||
kombu.transport.base.rst | ||
kombu.transport.consul.rst | ||
kombu.transport.etcd.rst | ||
kombu.transport.filesystem.rst | ||
kombu.transport.librabbitmq.rst | ||
kombu.transport.memory.rst | ||
kombu.transport.mongodb.rst | ||
kombu.transport.pyamqp.rst | ||
kombu.transport.pyro.rst | ||
kombu.transport.qpid.rst | ||
kombu.transport.redis.rst | ||
kombu.transport.rst | ||
kombu.transport.sqlalchemy.models.rst | ||
kombu.transport.sqlalchemy.rst | ||
kombu.transport.virtual.exchange.rst | ||
kombu.transport.virtual.rst | ||
kombu.transport.zookeeper.rst | ||
kombu.utils.amq_manager.rst | ||
kombu.utils.collections.rst | ||
kombu.utils.compat.rst | ||
kombu.utils.debug.rst | ||
kombu.utils.div.rst | ||
kombu.utils.encoding.rst | ||
kombu.utils.eventio.rst | ||
kombu.utils.functional.rst | ||
kombu.utils.imports.rst | ||
kombu.utils.json.rst | ||
kombu.utils.limits.rst | ||
kombu.utils.objects.rst | ||
kombu.utils.scheduling.rst | ||
kombu.utils.text.rst | ||
kombu.utils.time.rst | ||
kombu.utils.url.rst | ||
kombu.utils.uuid.rst |