Skip to content

add check clean task interval#233

Open
binbin0325 wants to merge 1 commit intochaosblade-io:masterfrom
binbin0325:master_defaultRemoveBladeInterval
Open

add check clean task interval#233
binbin0325 wants to merge 1 commit intochaosblade-io:masterfrom
binbin0325:master_defaultRemoveBladeInterval

Conversation

@binbin0325
Copy link
Member

Describe what this PR does / why we need it

Does this pull request fix one issue?

fix:chaosblade-io/chaosblade#978

Describe how you did it

Describe how to verify it

Special notes for reviews

Signed-off-by: binbin0325 <binbin0325@apache.org>
@binbin0325 binbin0325 force-pushed the master_defaultRemoveBladeInterval branch from ff71bf1 to e97daec Compare November 6, 2023 12:25
Copy link
Member

@spencercjh spencercjh left a comment

Choose a reason for hiding this comment

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

typo

f.BoolVar(&DaemonsetEnable, "daemonset-enable", false, "Deploy chaosblade daemonset to resolve chaos experiment environment of network, default value is false.")
f.StringVar(&RemoveBladeInterval, "remove-blade-interval", DefaultRemoveBladeInterval, "Periodically clean up blade state is destroying, default value is 24h.")
f.StringVar(&RemoveBladeInterval, "remove-blade-interval", DefaultRemoveBladeInterval, "Periodically clean up blade state is destroying, default value is 72h.")
f.StringVar(&RemoveBladeInterval, "clean-task-interval", DefaultCheckCleanTaskInterval, "Periodically check clean up blade task, default value is 3s.")
Copy link
Member

Choose a reason for hiding this comment

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

typo: duplicated &RemoceBladeInterval, it should be &CheckCleanTaskInterval.

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