Skip to content
Snippets Groups Projects
Commit 2f915e20 authored by Martin Lowe's avatar Martin Lowe :flag_ca:
Browse files

Merge branch 'malowe/main/152' into 'main'

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

See merge request !168
parents e036cddf 76ef7758
No related branches found
No related tags found
1 merge request!168Iss #152 - Add a minute delay to installation scan to resolve race con
Pipeline #34069 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment