Created
October 17, 2025 15:44
-
-
Save thomasfenaroli-wf/69150b61368ffa2ce1619c75fee99997 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @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