wohali opened a new issue #1257: Support replication scheduler priority queue URL: https://github.com/apache/couchdb/issues/1257 ## Expected Behaviour In tandem with #1256, it could be nice to add an exposed `priority` field to any replication scheduler job. This would reflect the user's priority, not necessarily the internal priority. Actual priority (a combination of user's requested priority + the replicator's internal priority queue) could be exposed through `/_replicator/jobs`. The idea is to provide a way to rank the priority of seemingly-identical replications. ## Current Behaviour If you want priority, you need an external process that monitors `/_db_changes`, implements business logic, and schedules with prejudice. ## 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
