Skip to content

Commit

Permalink
fixed: missing config connector agent service which caused missing pe…
Browse files Browse the repository at this point in the history
…er logs (#405)
  • Loading branch information
giangndm authored Aug 7, 2024
1 parent 9b1403b commit 1155097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/media_runner/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ impl<ES: 'static + MediaEdgeSecure> MediaServerWorker<ES> {
tick_ms: 1000,
data: DataPlaneCfg {
worker_id: 0,
services: vec![visualization, discovery, gateway],
services: vec![visualization, discovery, gateway, connector],
history,
},
};
Expand Down

0 comments on commit 1155097

Please sign in to comment.