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

fix(application): fix failed and sync failed check #1773

Merged
merged 1 commit into from
Feb 24, 2022

Conversation

GaoXiaodong
Copy link
Collaborator

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespace from that line:

/kind api-change
/kind bug
/kind cleanup
/kind deprecation
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:


@@ -28,7 +28,7 @@ import (
)

const (
defaultSyncPeriod = 30 * time.Second
defaultSyncPeriod = 10 * time.Minute
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

most case is 30 s

@GaoXiaodong GaoXiaodong force-pushed the hotfix/application-health branch from 9bb8b6c to 6d8f08c Compare February 23, 2022 13:03
@GaoXiaodong GaoXiaodong force-pushed the hotfix/application-health branch from cd0c15f to c647c59 Compare February 23, 2022 13:11
@leoryu leoryu merged commit 54d1a51 into tkestack:master Feb 24, 2022
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

Successfully merging this pull request may close these issues.

2 participants