Return-Path: Delivered-To: apmail-maven-continuum-users-archive@www.apache.org Received: (qmail 98162 invoked from network); 27 Sep 2005 14:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2005 14:54:54 -0000 Received: (qmail 20788 invoked by uid 500); 27 Sep 2005 14:54:54 -0000 Delivered-To: apmail-maven-continuum-users-archive@maven.apache.org Received: (qmail 20747 invoked by uid 500); 27 Sep 2005 14:54:53 -0000 Mailing-List: contact continuum-users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-users@maven.apache.org Delivered-To: mailing list continuum-users@maven.apache.org Received: (qmail 20734 invoked by uid 99); 27 Sep 2005 14:54:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2005 07:54:53 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [62.193.206.151] (HELO mailsender.amenworld.com) (62.193.206.151) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Sep 2005 07:54:59 -0700 Received: from webmail9.amenworld.com (webmail9.amenworld.com [62.193.206.9]) by mailsender.amenworld.com (Postfix) with SMTP id C96D393C7D1 for ; Tue, 27 Sep 2005 16:54:26 +0200 (CEST) Received: (qmail 15240 invoked from network); 27 Sep 2005 14:54:19 -0000 Received: from 96.24.99-84.rev.gaoland.net (HELO ?127.0.0.1?) (84.99.24.96) by 0 with SMTP; 27 Sep 2005 14:54:19 -0000 Message-ID: <43395D15.4040202@venisse.net> Date: Tue, 27 Sep 2005 16:54:13 +0200 From: Emmanuel Venisse User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: continuum-users@maven.apache.org Subject: Re: Schedule Definitions References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N The first field is the second's parameter, so run every hour if you want to run a schedule every 15 minutes, you must define it to : "0 0,15,30,45 * * * ?" The full description of schedule expression is there http://www.opensymphony.com/quartz/api/org/quartz/CronTrigger.html Emmanuel Allison, Bob a �crit : > I am trying to set up a schedule to run every 15 minutes. I am a little > confused about the current cron-style specification since, as written, > it indicates that the DEFAULT_SCHEDULE (0 0 * * *) should run only at > midnight. Is there some sort of disconnect between the text being > displayed and the actual schedule or is this not actually following the > cron time specification (minute, hour, day-of-month, month, > day-of-week)? Also, my schedule to run every 15 minutes (specified as > "0,15,30,45 * * * *") does not appear to be running, at least I am not > getting any messages in the log from the SchedulesActivator for that > schedule. > > >