redhat-cop / redhat-cop/group-sync-operator

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

Open
#225 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.