Skip to content

Commit

Permalink
disttask: refine dispatcher (#45460)
Browse files Browse the repository at this point in the history
ref #41495
  • Loading branch information
ywqzzy authored Aug 1, 2023
1 parent 67e8f90 commit e5e507a
Showing 9 changed files with 437 additions and 304 deletions.
2 changes: 1 addition & 1 deletion disttask/framework/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@ go_test(
],
flaky = True,
race = "on",
shard_count = 9,
shard_count = 10,
deps = [
"//disttask/framework/dispatcher",
"//disttask/framework/proto",
1 change: 1 addition & 0 deletions disttask/framework/dispatcher/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@ go_library(
name = "dispatcher",
srcs = [
"dispatcher.go",
"dispatcher_manager.go",
"dispatcher_mock.go",
"register.go",
],
Loading

0 comments on commit e5e507a

Please sign in to comment.