redhat-cop / redhat-cop/group-sync-operator
Synchronization of groups doesnt work in specified schedule(* * * * *) but is pretty random
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 132
- Forks
- 71
- PR merge metrics
- No merged PRs in 30d
Description
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: '* * * * *'
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the reported behavior with the provided GroupSync manifest and inspect the operator's schedule handling and related logs. Done means the configured '* * * * *' schedule reliably triggers synchronization every minute, with a regression test covering the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, kubernetes
- Domain
- backend, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100