kombu/requirements
Clemens Wolff 32633554ac Add transports based on Azure PaaS (#891)
* 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
2018-08-30 23:34:52 +06:00
..
extras Add transports based on Azure PaaS (#891) 2018-08-30 23:34:52 +06:00
default.txt Now depends on amqp 2.1.4 2016-12-15 15:30:53 -08:00
dev.txt Now uses vine for promises 2016-03-02 13:46:56 -08:00
docs.txt Added Python 3.7 to the build matrix (#908) 2018-08-16 07:53:25 -05:00
funtest.txt Allow endpoint URL to be specified in the boto3 connection 2017-04-16 11:28:24 +03:00
pkgutils.txt Use pydocstyle version 1.1.1 for now 2017-04-26 21:45:17 +03:00
test-ci-py2.txt kombu[sqs] now depends on pycurl 2016-08-29 13:20:17 -07:00
test-ci.txt Add transports based on Azure PaaS (#891) 2018-08-30 23:34:52 +06:00
test.txt Use pytest-sugar for output. 2018-05-20 11:02:41 +03:00