Skip to content

Instantly share code, notes, and snippets.

@thomasfenaroli-wf
Created October 17, 2025 15:44
Show Gist options
  • Save thomasfenaroli-wf/69150b61368ffa2ce1619c75fee99997 to your computer and use it in GitHub Desktop.
Save thomasfenaroli-wf/69150b61368ffa2ce1619c75fee99997 to your computer and use it in GitHub Desktop.
@Component(
crons = {
@Cronjob(
query = AlertOnStaleOrExpiredDatasets.class,
conditions = IsLeaderQueryPredicate.class,
triggers = "0 0 9 * * ?")
},
modules = WReflectionsModule.class,
queries = AlertOnStaleOrExpiredDatasets.class
)
public class ValidUntilComponent {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment