Skip to content
Snippets Groups Projects

Iss #152 - Add a minute delay to installation scan to resolve race con

Merged Iss #152 - Add a minute delay to installation scan to resolve race con
Merged Martin Lowe requested to merge (removed):malowe/main/152 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -81,7 +81,7 @@ public class GithubInstallationUpdateTask {
* Every 1h, this method will query Github for installations for the currently configured application. These
* installations will be translated into database entries for a persistent cache to be loaded on request.
*/
@Scheduled(every = "1h")
@Scheduled(every = "1h", delay = 1)
@ActivateRequestContext
public void revalidate() {
// if not enabled, don't process any potentially OOD records
Loading