nickva commented on issue #506: Custom replication DBs never get 
/_scheduler/docs entries
URL: https://github.com/apache/couchdb/issues/506#issuecomment-299903832
 
 
    1. Can be done relatively straightforward. Also it looks like we could even 
allow un-escaped dbname and then rebuild the db name from path. The reason this 
is possible is because _replicator is not a valid document ID.
   
   2. This will be harder to implement. Currently _scheduler/docs mimics (and 
maybe ven shares some code with) `_all_docs`.  Doing a multi-db _all_docs kind 
of thing might be tricky, especially in respect to handling limit, offset, 
total_rows. 
 
----------------------------------------------------------------
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