-
### Issue
I am new to pouchDB, I just made a little experiment with many fast updates of a single field in a single document. (about 1000 updates, with 50ms interval),
and I noticed bad performance. …
-
I was doing some testing and noticed that the `create_database` call makes two `GET` requests before the `PUT` to create a remote database.
This is what happens:
1. `client.create_database()` calls `d…
-
Hi,
What is the default idle connection timeout value when using OkHttp library ? Is this configurable ?
Note: I had opened a thread earlier , and then cloudant had a server side timeout of 2.5…
-
Using the two blueprints ([Cloudant](https://github.com/zachschultz/owbp-cloudant-trigger) and [MessageHub](https://github.com/zachschultz/owbp-message-hub-trigger)).
From OpenWhisk on Stage 1 Blue…
-
### Issue
In the fix for #5767 I added a test which checks synchronisation of rev-1 conflicts. Whilst investigating #5793, I noticed this intermittently failing when the source database was local an…
-
With a couchdb database db, when I do:
```
from cloudant.document import Document
with Document(db, doc_id) as db_doc:
db_doc.delete()
logging.debug(db[doc_id].exists())
…
-
During testing and trying to deploy this [blueprint](https://github.com/zachschultz/owbp-cloudant-trigger/) with this [manifest file](https://github.com/zachschultz/owbp-cloudant-trigger/blob/master/r…
-
Please include the following information in your ticket.
- Cloudant (python-cloudant) version(s) that are affected by this issue: cloudant-2.4.0
- Python version : 2.7.12
I was trying to downlo…
-
I was very excited to come across this web app, and was eager to experiment with it. However, it appears that the online demo version isn't working. It loads up fine, but it doesn't actually save any…
-
I have a wskdeploy manifest yaml file that looks like:
```
package:
name: messagehub-trigger
version: 1.0
license: Apache-2.0
namespace: _
dependencies:
openwhisk-messagehub:
…