Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 612407
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T17:53:24+00:00 2026-05-13T17:53:24+00:00

I have a simple quartz trigger running in Spring 2.5.6-SEC01. Trigger definition looks like

  • 0

I have a simple quartz trigger running in Spring 2.5.6-SEC01.

Trigger definition looks like this:

<bean id="AdvicesCronTrigger" class="org.springframework.scheduling.quartz.CronTriggerBean">
    <property name="jobDetail" ref="AdvicesQuartzJob"/>
    <property name="cronExpression" value="0 20/15 * * * ?"/>
</bean>

This is my scheduler factory:

<bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean">
    <property name="triggers">
        <list>
        <ref bean="AdvicesCronTrigger"/>
        </list>
    </property>
</bean>

I’ve read this documentation about firing CRON triggers from Quartz. This is an excerpt:

CronTrigger Example 1 – an expression
to create a trigger that simply fires
every 5 minutes

"0 0/5 * * * ?"

Today I fired my program at 9:40. This is my execution output:

Edit: Bobby is right in his appreciation. I’ve updatted my execution log:

2010-02-11 09:50:00,000 INFO – START

2010-02-11 10:20:00,000 INFO – START

2010-02-11 10:35:00,000 INFO – START

2010-02-11 10:50:00,000 INFO – START

2010-02-11 11:20:00,000 INFO – START

2010-02-11 11:35:00,000 INFO – START

I expected that this trigger will be fired at

9:50

10:05

10:20

10:35

…

How to accomplish this? Which CRON expression use?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T17:53:25+00:00Added an answer on May 13, 2026 at 5:53 pm

    The 20/15 part of the cron expression means every 15 minutes after the 20’th minute of the hour. This means that it will always start at the 20’th minute.

    I have never tested it but maybe an expression like this one would be what you are searching for :
    0 */15 * * * ?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Quartz JDBCJobStore and have following job definition JobDetail job=newJob(HelloJob.class).withIdentity(demo11, group11). usingJobData(jobSays,
Simple question, I think. I have org.springframework.scheduling.quartz.CronTriggerBean triggering one job once a day. Because
I have simple class with width and height member fields which define number of
I have simple JavaScript snippet: var obrazek = [{nazwa: "Sniadanie", wiek: 100, autor: "Alicja"},{nazwa:
I am using Quartz.Net to schedule task. I have tried like wise. Started a
I have a Quartz Composer document which I'm trying to edit but since this
Have simple Spring Security webapp with password encoding: <security:authentication-manager alias=authenticationManager> <security:authentication-provider user-service-ref=personService> <security:password-encoder hash=md5
I am currently running Quartz under spring using the configuration below. The reason for
I have a job with name Myjob.java under package com.example.jobs . This class is
I have simple table in Sybase -- Creating table 'SimpleText' CREATE TABLE [dbo].[SimpleText] (

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.