In my Grails project i need to create a routine so that, in xx seconds, i need to query the database and send an email to the found users. This routine must be running all the time.
I want to know the best way to do this, i'm looking for the easiest way, using plugins or not. I have found similar answers to this same question, but all of them were not clear enough because my knowledge with Grails/Groovy is short.
thanks in advanced, RR