You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2019/07/02 14:34:28 UTC

[couchdb] branch prototype/couch-jobs-1 updated (3dc4c7e -> f090c4b)

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a change to branch prototype/couch-jobs-1
in repository https://gitbox.apache.org/repos/asf/couchdb.git.


    from 3dc4c7e  [fixup] subscribe and wait functions return job data now as well
     add a9779e1  [fixup] Limit the rate of md version lookups for jobs
     add addc725  [fixup] Use messages instead of calls from type monitor to notifiers
     add 4606a88  [fixup] Use the new erlfdb:cancel(Watch, [flush]) in type monitor
     add f15c390  [fixup] Add random ID (sampling) dequeueing to couch_jobs_pending module
     add c774405  [fixup] subscription notifier
     add f090c4b  [fixup] 3 minor API changes

No new revisions were added by this update.

Summary of changes:
 src/couch_jobs/src/couch_jobs.erl              |  78 ++++++---
 src/couch_jobs/src/couch_jobs.hrl              |   1 +
 src/couch_jobs/src/couch_jobs_fdb.erl          | 102 +++++++++--
 src/couch_jobs/src/couch_jobs_notifier.erl     | 233 +++++++++++++++----------
 src/couch_jobs/src/couch_jobs_pending.erl      |  79 +++++++--
 src/couch_jobs/src/couch_jobs_type_monitor.erl |   6 +-
 src/couch_jobs/test/couch_jobs_tests.erl       |  30 +++-
 7 files changed, 376 insertions(+), 153 deletions(-)