wohali opened a new issue #1256: Support triggered one-time replications in the 
scheduler
URL: https://github.com/apache/couchdb/issues/1256
 
 
   ## Expected Behaviour
   As an alternative to continuous replications, the replication scheduler 
could provide a repeatable, triggered one-time replication, keyed off of an 
internal global changes feed. Parameters would exist to set maximum frequency 
of recurrence, and perhaps minimum changes to accrue before triggering.
   
   The idea is to provide a choice between continuous replication, which can be 
expensive, and one-shot replication, which must be triggered by an external 
process.
   
   ## Current Behaviour
   Only continuous replications are possible. You can build the above using an 
external process and `/_db_updates` if desired.
   
   ## Context
   See above.

----------------------------------------------------------------
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