[
https://issues.apache.org/jira/browse/COUCHDB-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15924955#comment-15924955
]
ASF GitHub Bot commented on COUCHDB-3324:
-----------------------------------------
GitHub user nickva opened a pull request:
https://github.com/apache/couchdb-chttpd/pull/158
63012 scheduler
This is part of a set of PRs to merge the new scheduling replicator
Main PR is this: apache/couchdb-couch-replicator#64
Top level PR to gather and help test all the dependencies:
apache/couchdb#454
COUCHDB-3324
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/couchdb-chttpd 63012-scheduler
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-chttpd/pull/158.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #158
----
commit b8c218b2e586adeb84d8d496105ede4cc6357331
Author: Benjamin Bastian <[email protected]>
Date: 2017-03-10T21:06:04Z
Add `_scheduler/{jobs,docs}` API endpoints
The `_scheduler/docs` endpoint provides a view of all
replicator docs which have been seen by the scheduler. This endpoint
includes useful information such as the state of the replication and the
coordinator node.
The `_scheduler/jobs` endpoint provides a view of all replications
managed by the scheduler. This endpoint includes more information on the
replication than the `_scheduler/docs` endpoint, including the history
of state transitions of the replication.
commit d493c9573f88520c5d24ef0f7ad9fc2e19a398b2
Author: Benjamin Bastian <[email protected]>
Date: 2017-03-14T18:15:52Z
Merge pull request #3 from cloudant/63012-scheduler-tasks-api
Add `_scheduler/{jobs,docs}` API endpoints
----
> Scheduling Replicator
> ---------------------
>
> Key: COUCHDB-3324
> URL: https://issues.apache.org/jira/browse/COUCHDB-3324
> Project: CouchDB
> Issue Type: New Feature
> Reporter: Nick Vatamaniuc
>
> Merge scheduling replicator
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)