From user-return-11704-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Mon Jul 26 19:16:56 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 58927 invoked from network); 26 Jul 2010 19:16:56 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 26 Jul 2010 19:16:56 -0000 Received: (qmail 22887 invoked by uid 500); 26 Jul 2010 19:16:54 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 22834 invoked by uid 500); 26 Jul 2010 19:16:54 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 22825 invoked by uid 99); 26 Jul 2010 19:16:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 19:16:54 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sivang@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jul 2010 19:16:49 +0000 Received: by iwn8 with SMTP id 8so4237883iwn.11 for ; Mon, 26 Jul 2010 12:16:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:content-type; bh=yNkLiAdq3Ve3IFUiodGLxks6kTEYILS/WdpHm/pYzVk=; b=tnt49qz8aj4Au+WUcPL2K3py1DhYgJgLhnsrKxzOtSaHUYarRnJ/ZFPV29/dPrbqM8 rEMcRYgfWZnTFmZciEXSo6t5JZnpUPsAVCAXQ6lh4wSLS46skDasK4pks5JX/OGXgvrG 7g/zPiVFmECuP5vvE8TSQfMHmsoCbni1uVNsU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=kLN1sUbGHqgBvzsp0zuhPSpJ9MI3bHHmnZf/WcBLxyajD6h4Z4FcK0+DPyeQULWV3j uFCcwcXYxM5kJ7qb62b7Yt5Ub1rC5YzFkKjyQOTRC0j0lOpA1ZCrG2nUPAorerx3USkg vh/QdsPPj0ID03XcMtOCozfT7/iGFE80dCsT8= MIME-Version: 1.0 Received: by 10.231.31.135 with SMTP id y7mr9068523ibc.182.1280171788326; Mon, 26 Jul 2010 12:16:28 -0700 (PDT) Sender: sivang@gmail.com Received: by 10.231.177.194 with HTTP; Mon, 26 Jul 2010 12:16:28 -0700 (PDT) In-Reply-To: <1F4C6F49-A60F-4C48-9DF6-13DEE249AF19@apache.org> References: <1F4C6F49-A60F-4C48-9DF6-13DEE249AF19@apache.org> Date: Mon, 26 Jul 2010 21:16:28 +0200 X-Google-Sender-Auth: Ygpf89yUqhbCAUWJZg1wsaLLHNw Message-ID: Subject: Re: scheduled tasks From: Sivan Greenberg To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 I shall also be waiting for this, as I want to be able to run a garbage collection process for session documents from within CouchDB. Staying tuned.... -Sivan On Mon, Jul 26, 2010 at 8:18 PM, J Chris Anderson wrote: > > On Jul 26, 2010, at 9:49 AM, Kenneth Tyler wrote: > >> is there any way to run a scheduled task in couchdb? >> > > There is a technique which uses the changes feed. I believe Jason from Couchio is working on an in-depth blog post about it, which this channel there should be some info later this week: > > http://blog.couch.io/ > >> i'd like to create a bunch of documents that reresent data in records >> that need to be updated... without having to do the update immediately >> >> thanks >> >> ken tyler > >