kefirfromperm / grails-asynchronous-mail

The Grails Asynchronous Mail plugin
http://grails.org/plugin/asynchronous-mail
21 stars 36 forks source link

Triggers on cluster #31

Closed kefirfromperm closed 10 years ago

kefirfromperm commented 10 years ago

On startup the plugin schedules jobs and creates new triggers. If user has a cluster application with storing jobs in DB and restarts an application many times then plugin creates many-many triggers.

In the startJob method we must check are there triggers already or not.

https://jira.grails.org/browse/GPASYNCHRONOUSMAIL-32

kefirfromperm commented 10 years ago

It is needed to test.

kefirfromperm commented 10 years ago

Resolved.