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(controller): Increase default EventSpamBurst in Event-recorder #4698

Merged
merged 2 commits into from Dec 10, 2020

Conversation

sarabala1979
Copy link
Member

@sarabala1979 sarabala1979 commented Dec 10, 2020

Signed-off-by: Saravanan Balasubramanian sarabala1979@gmail.com

Checklist:

Fixes #4671

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
@@ -11,6 +11,9 @@ import (
"k8s.io/client-go/tools/record"
)

// by default, allow a source to send 10000 events about an object
const defaultSpamBurst = 10000
Copy link
Member Author

Choose a reason for hiding this comment

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

This will support to trigger WorkflowSucceeded event if the workflow has 10000 steps. This change won't the default EventAggregator config.

@sarabala1979 sarabala1979 merged commit 9669aa5 into argoproj:master Dec 10, 2020
@simster7 simster7 mentioned this pull request Dec 15, 2020
22 tasks
simster7 pushed a commit that referenced this pull request Dec 15, 2020
)

Signed-off-by: Saravanan Balasubramanian <sarabala1979@gmail.com>
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.

WorkflowSucceeded event is missing on big workflows
2 participants