Comment 2 for bug 537525

Revision history for this message
Tim Cole (tcole) wrote :

The temporary fix we cowboyed into production was to disable the cloud_server event handlers.

Long-term, we need to make these event handlers asynchronous so that we are less vulnerable to CouchDB slowness/issues.

Also, doing significant IO in a transaction is bad. :)