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 2021/11/04 18:08:14 UTC

[GitHub] [couchdb] nickva commented on issue #1720: Feature Request: make a specific replication job unstoppable by the scheduler

nickva commented on issue #1720:
URL: https://github.com/apache/couchdb/issues/1720#issuecomment-961293392


   @kocolosk that would work, yeah. Can set a high number of shares (1000 max) for `_replicator/always-running` and those jobs should get a high priority to always run in front of jobs from say `_replicator` or `_replicator/user-jobs`. To lower the chance even more for other dbs running, can explicitly grant them the minimum  - `1` share
   
   We could also add a small enhancement to completely disable some replication db (assign them 0 shares, I think now 1 is the minimum) that would guarantee that they never get picked.
   
   I am inclined to close this for now as fixed and if after evaluating the new Fair Share is not adequate, to re-open it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org