kombu.transport.couchdb¶
CouchDB transport.
| copyright: |
|
|---|---|
| license: | BSD, see LICENSE for more details. |
Transport¶
-
class
kombu.transport.couchdb.Transport(*args, **kwargs)[source]¶ -
-
Transport.channel_errors= (<class 'amqp.exceptions.ChannelError'>, <class 'couchdb.http.HTTPError'>, <class 'couchdb.http.ServerError'>, <class 'couchdb.http.PreconditionFailed'>, <class 'couchdb.http.ResourceConflict'>, <class 'couchdb.http.ResourceNotFound'>)¶
-
Transport.connection_errors= (<class 'amqp.exceptions.ConnectionError'>, <class 'socket.error'>, <class 'couchdb.http.HTTPError'>, <class 'couchdb.http.ServerError'>, <class 'couchdb.http.Unauthorized'>)¶
-
Transport.default_port= 5984¶
-
Transport.driver_name= 'couchdb'¶
-
Transport.driver_type= 'couchdb'¶
-
Transport.polling_interval= 1¶
-