tonysun83 commented on issue #470: Scheduling Replicator
URL: https://github.com/apache/couchdb/pull/470#issuecomment-296931031
 
 
   I ran the dyno tests against a cluster that rate limits and was able to get 
replication completed with ten concurrent replications for 50K docs. I really 
like the history for ```_scheduler/jobs```:
   
   ```
   "history": [
                   {
                       "timestamp": "2017-04-25T06:20:30Z",
                       "type": "started"
                   },
                   {
                       "timestamp": "2017-04-25T06:20:30Z",
                       "type": "crashed",
                       "reason": "max_backoff"
                   },
                   {
                       "timestamp": "2017-04-25T05:12:12Z",
                       "type": "started"
                   },
                   {
                       "timestamp": "2017-04-25T05:12:12Z",
                       "type": "crashed",
                       "reason": "max_backoff"
                   },
                   {
                       "timestamp": "2017-04-25T05:03:15Z",
                       "type": "started"
                   },
                   {
                       "timestamp": "2017-04-25T05:03:15Z",
                       "type": "added"
                   }
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to