From commits-return-37336-archive-asf-public=cust-asf.ponee.io@couchdb.apache.org Tue Jul 2 14:34:37 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id A0D4518060E for ; Tue, 2 Jul 2019 16:34:37 +0200 (CEST) Received: (qmail 3551 invoked by uid 500); 2 Jul 2019 14:34:33 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 3542 invoked by uid 99); 2 Jul 2019 14:34:33 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2019 14:34:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 7F0CC87AD7; Tue, 2 Jul 2019 14:34:28 +0000 (UTC) Date: Tue, 02 Jul 2019 14:34:28 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb] branch prototype/couch-jobs-1 updated (3dc4c7e -> f090c4b) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <156207806833.13256.2257125404718109331@gitbox.apache.org> From: vatamane@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb X-Git-Refname: refs/heads/prototype/couch-jobs-1 X-Git-Reftype: branch X-Git-Oldrev: 3dc4c7e9c4cc5c3b6a6084d6700b54eafecd62f7 X-Git-Newrev: f090c4b5257ce02faedc393cd1c96e6be6415d28 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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(-)