Skip to Content.
Sympa Menu

grouper-users - RE: [grouper-users] 2.0 grouper-loader.conf changelog.consumer.grouperrules.quartzcron

Subject: Grouper Users - Open Discussion List

List archive

RE: [grouper-users] 2.0 grouper-loader.conf changelog.consumer.grouperrules.quartzcron


Chronological Thread 
  • From: Chris Hyzer <>
  • To: Colin Hudler <>, "" <>
  • Subject: RE: [grouper-users] 2.0 grouper-loader.conf changelog.consumer.grouperrules.quartzcron
  • Date: Fri, 9 Sep 2011 18:40:04 +0000
  • Accept-language: en-US

If you leave the cron string blank, then it will schedule like all change log
consumers, on the minute, near the top of the minute, offset from other
change log consumers... see the comment a little up from that in the config:

#the quartz cron is a cron-like string. it defaults to every minute on the
minute (since the temp to change log job runs
#at 10 seconds to each minute). it defaults to this: 0 * * * * ?
#though it will stagger each one by 2 seconds

If you blank out the classname and the cron, then they wont run. You could
blank out the group sync one, probably not needed, though the rules one you
will want if you are using rules :)

Thanks,
Chris

-----Original Message-----
From:


[mailto:]
On Behalf Of Colin Hudler
Sent: Friday, September 09, 2011 2:11 PM
To:

Subject: [grouper-users] 2.0 grouper-loader.conf
changelog.consumer.grouperrules.quartzcron

Congrats on your recent release.

In the 2.0 grouper-loader.properties file, there's two sections near the
bottom:

#rules consumer, needed for some of the Grouper rule types to run (e.g.
flattenedMembershipRemove, flattenedMembershipAdd)
changeLog.consumer.grouperRules.class =
edu.internet2.middleware.grouper.changeLog.esb.consumer.RuleConsumer
changeLog.consumer.grouperRules.quartzCron =

#consumer for syncing groups to other groupers
changeLog.consumer.syncGroups.class =
edu.internet2.middleware.grouper.client.GroupSyncConsumer
changeLog.consumer.syncGroups.quartzCron =

What is the effect, if any, when these are left at that setting? Will
they run? Is there a default schedule? I do intend to use some of those
rule types. I won't be using GroupSyncConsumer. Is there any reason to
keep that config item in that case?



Archive powered by MHonArc 2.6.16.

Top of Page