Skip to content

Commit

Permalink
Merge pull request #328 from terrateamio/324-refactor-improve-latency…
Browse files Browse the repository at this point in the history
…-in-scheduler

324 refactor improve latency in scheduler
  • Loading branch information
orbitz authored Feb 27, 2025
2 parents 6be2e16 + ed69aad commit ce0b62f
Show file tree
Hide file tree
Showing 113 changed files with 9,477 additions and 3,899 deletions.
37 changes: 23 additions & 14 deletions code/pds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ deps = [
"containers",
"curl",
"duration",
"kqueue",
"logs",
"mtime",
"mtime.clock",
"ppx_deriving",
"ppx_deriving.eq",
"ppx_deriving.show",
Expand All @@ -87,6 +90,8 @@ deps = [
"curl",
"duration",
"logs",
"mtime",
"mtime.clock",
"ppx_deriving",
"ppx_deriving.eq",
"ppx_deriving.show",
Expand Down Expand Up @@ -118,6 +123,10 @@ deps = [
"mtime.clock",
]

[src.abb_domain_pool]
install = false
deps = ["logs"]

[src.abb_flow]
install = true
deps = ["abb_future_combinators", "abb_intf", "containers", "containers.bencode", "yojson"]
Expand Down Expand Up @@ -180,9 +189,9 @@ build = false
[src.abb_scheduler_kqueue.selector.freebsd]
build = true
deps = [
"abb_domain_pool",
"abb_fut",
"abb_intf",
"abb_thread_pool",
"containers",
"iter",
"kqueue",
Expand All @@ -196,9 +205,9 @@ deps = [
[src.abb_scheduler_kqueue.selector.linux]
build = true
deps = [
"abb_domain_pool",
"abb_fut",
"abb_intf",
"abb_thread_pool",
"containers",
"iter",
"kqueue",
Expand Down Expand Up @@ -406,7 +415,7 @@ extra_makefile_lines = ["DOC_FILES:=$(wildcard $(SRC_DIR)/*.ml)"]
install = false
deps = [
"abb",
"abb_curl_easy",
"abb_curl",
"abbs",
"containers",
"githubc2",
Expand Down Expand Up @@ -661,7 +670,7 @@ deps = [
"ISO8601",
"abb",
"abb_cache",
"abb_curl_easy",
"abb_curl",
"abb_flow",
"abb_happy_eyeballs",
"abb_process",
Expand Down Expand Up @@ -883,6 +892,15 @@ deps = [
install = false
deps = ["json_schema", "ppx_deriving.eq", "ppx_deriving.make", "ppx_deriving.show", "ppx_deriving_yojson", "yojson"]

[src.terrat_session]
install = false
deps = [
"terrat_storage",
"brtl",
"terrat_user",
"brtl_mw_session",
]

[src.terrat_sql_of_tag_query]
install = false
deps = [
Expand Down Expand Up @@ -938,7 +956,7 @@ deps = [
install = false
deps = [
"abb",
"abb_curl_easy",
"abb_curl",
"abbs",
"logs",
"terrat_config",
Expand Down Expand Up @@ -1018,15 +1036,6 @@ deps = [
"uuidm",
]

[src.terrat_session]
install = false
deps = [
"terrat_storage",
"brtl",
"terrat_user",
"brtl_mw_session",
]

[src.terrat_vcs_github]
install = false
deps = [
Expand Down
Loading

0 comments on commit ce0b62f

Please sign in to comment.