We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55ea56a commit 2cab327Copy full SHA for 2cab327
1 file changed
src/base_images.ml
@@ -101,8 +101,8 @@ let main () config mode slack_path capnp_address auth_config submission_uri stag
101
Routes.(s "login" /? nil @--> Current_github.Auth.login auth) ::
102
Current_web.routes engine in
103
let site = Current_web.Site.v ?authn ~secure_cookies ~has_role ~name:program_name ~refresh_pipeline:60 routes in
104
- Prometheus_unix.serve ~sw ~net prometheus_config;
105
- Current_web.run ~net ~mode site
+ Eio.Fiber.all
+ (Current_web.run ~net ~mode site :: Prometheus_unix.serve ~net prometheus_config)
106
107
(* Command-line parsing *)
108
0 commit comments