Skip to content

Instantly share code, notes, and snippets.

@cwarden
Created January 18, 2012 18:26
Show Gist options
  • Select an option

  • Save cwarden/1634661 to your computer and use it in GitHub Desktop.

Select an option

Save cwarden/1634661 to your computer and use it in GitHub Desktop.
prevent duplicate cron entries for CDA queries
<properties name="unique_cron_entries" unique="true">
<property name="cdaFile" not-null="true" type="string">
<column length="254" name="cdaFile" not-null="true"/>
</property>
<property name="dataAccessId" not-null="true" type="string">
<column length="254" name="dataAccessId" not-null="true"/>
</property>
<property name="userName" type="string">
<column name="uname"/>
</property>
<property name="cronString" not-null="true" type="string">
<column length="254" name="cronString" not-null="true"/>
</property>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment