You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/07 15:08:29 UTC

[GitHub] skeyby opened a new issue #1720: Feature Request: make a specific replication job unstoppable by the scheduler

skeyby opened a new issue #1720: Feature Request: make a specific replication job unstoppable by the scheduler
URL: https://github.com/apache/couchdb/issues/1720
 
 
   As a companion to Feature Request #1714 , another very useful toggle would be a property in the Replication DOC to force a specific replication job to avoid being paused by replication scheduler.
   
   In our scenario we have a "main" replication Job that keeps a central machine aligned with the server with all the users db, what we'd like to obtain is defining the main replication job as "unstoppable" while having N-replication jobs for users DBs handled by the replication scheduler.
   
   I think that could be implemented in a fairly easy way by setting a property that would instruct the  rotate_jobs() + longest_running function to ignore a replication task.
   
   (I see there already are a few ideas close to this one: #1412, #1257...)
   
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services