Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Synchronization of groups doesnt work in specified schedule(* * * * *) but is pretty random #225

Open
jsemfila opened this issue Nov 18, 2022 · 1 comment

Comments

@jsemfila
Copy link

jsemfila commented Nov 18, 2022

We do use this definition of CR with synchronization every minute, but synchronization appears to happen once in an hour randomly. We did go throught logs and almost all related resources, but did not find anything related to this issue.
apiVersion: redhatcop.redhat.io/v1alpha1
kind: GroupSync
metadata:
name: azure-groupsync
namespace: group-sync-operator
spec:
providers:
- azure:
credentialsSecret:
kind: Secret
name: azure-group-sync
namespace: group-sync-operator
groups:
- xxxxxxx
prune: true
name: azure
schedule: '* * * * *'

@marcusnh
Copy link

marcusnh commented Mar 5, 2024

Experiencing the same issue. Is there a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants