Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job runs multiple times #101

Open
gaurav1264 opened this issue Jun 4, 2018 · 0 comments
Open

Job runs multiple times #101

gaurav1264 opened this issue Jun 4, 2018 · 0 comments

Comments

@gaurav1264
Copy link

gaurav1264 commented Jun 4, 2018

Hi there,

I am using the plugin in grails application and scheduling my jobs with grails quartz plugin is awesome with almost no configurations.

I am newbie using the plugin and facing weird issue where job runs multiple times and observed that it occurs where we restart the system by changing job cron configuration.

The configurations:
static triggers = {
def catalogueSyncSchedule = Holders.config.sync.schedule
cron name: 'cronPopulateDataTrigger', cronExpression: catalogueSyncSchedule
}

Appreciate your quick help in this.

Note: Grail application's reload is not active, application is profile based & 4 cron jobs configured.

@puneetbehl puneetbehl self-assigned this Jun 5, 2018
@puneetbehl puneetbehl removed their assignment Jul 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants