Skip to content

quartz: changing job schedule between cron to simple trigger doesn't work when they are stored #3099

@jknack

Description

@jknack

Given:

  @Scheduled("0 0 5 ? * SUN")
   public void myJob() {}

Changing to:

  @Scheduled("1h")
   public void myJob() {}

Fails to change the schedule while using a persistence storage like jdbc (seems occurs changing simple to cron)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions