This repository was archived by the owner on Jul 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 286
ApplicationSet requeueAfterSeconds is being ignoredΒ #593
Copy link
Copy link
Open
Description
We have several ApplicationSets defined with the git generator and have set requeueAfterSeconds to reduce the polling. The applicationset controller is logging the new setting but continues to poll every 3 minutes. We are running release 0.4.1 of the ApplicationSet Controller.
Logs
{"generator":{"git":{"repoURL":"[email protected]:Test-Services/gitops-argocd.git","directories":[{"path":"releases/prod/us-central1/prod-test/*"}],"revision":"test","requeueAfterSeconds":1200,"template":{"metadata":{},"spec":{"source":{"repoURL":""},"destination":{},"project":""}}}},"level":"info","msg":"generated 27 applications","time":"2022-07-12T17:09:01Z"}
{"generator":{"git":{"repoURL":"[email protected]:Test-Services/gitops-argocd.git","directories":[{"path":"releases/prod/us-central1/prod-test/*"}],"revision":"test","requeueAfterSeconds":1200,"template":{"metadata":{},"spec":{"source":{"repoURL":""},"destination":{},"project":""}}}},"level":"info","msg":"generated 27 applications","time":"2022-07-12T17:11:15Z"}
Appset Config
apiVersion: argoproj.io/v1alpha1
kind: ApplicationSet
metadata:
name: test-prod-releases-prod-test-us-central1
namespace: argocd
spec:
generators:
- git:
requeueAfterSeconds: 1200
repoURL: [email protected]:Test-Services/gitops-argocd.git
revision: test
directories:
- path: 'releases/prod/us-central1/prod-test/*'
jihonrado and Jamess-Lucass
Metadata
Metadata
Assignees
Labels
No labels