Skip to content

Commit

Permalink
Add correct ports to gunicorn pre-client init too
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmith023 committed Oct 31, 2024
1 parent 8631054 commit d44a585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion journey_tests/gunicorn/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from journey_tests.journeys import AsyncJourneys, SyncJourneys

# some dependency instantiate a sync client on import/file root
client = weaviate.connect_to_local()
client = weaviate.connect_to_local(port=8090, grpc_port=50061)
client.close()


Expand Down

0 comments on commit d44a585

Please sign in to comment.