Skip to content

Commit

Permalink
feat:avoid unnecessary task start, issue: #308
Browse files Browse the repository at this point in the history
  • Loading branch information
tbs60 committed Oct 23, 2024
1 parent 385ba21 commit 9f3c86d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/backend/booster/bk_dist/booster/command/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,10 @@ var (
Name: "clean_tmp_files_day_ago",
Usage: "clean tmp files which modify time before this days, default is 1",
},
commandCli.BoolFlag{
Name: "ignore_http_status",
Usage: "tasks will be executed even local http connection disconnected when this flag set",
},
}
)

Expand Down

0 comments on commit 9f3c86d

Please sign in to comment.