Skip to content

Commit

Permalink
Merge pull request #43 from PowerLoom/hotfix/local-collector-host
Browse files Browse the repository at this point in the history
Hotfix: Update host for local collector
  • Loading branch information
anomit authored Aug 27, 2024
2 parents 6399dc8 + 5f13654 commit fa7346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshotter/utils/generic_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ async def _init_httpx_client(self):

async def _init_grpc(self):
self._grpc_channel = Channel(
host='snapshotter-lite-local-collector',
host='host.docker.internal',
port=settings.local_collector_port,
ssl=False,
)
Expand Down

0 comments on commit fa7346a

Please sign in to comment.