Skip to content

Commit

Permalink
chore: disabling gprc entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
broomva committed Mar 5, 2024
1 parent 709f9fa commit 3cb485b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/vortex_demo/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dagster-webserver -h 0.0.0.0 -p 3000 &
dagster-daemon run &

# Start the third process
dagster api grpc --python-file dags/web_rag_agent.py --host 0.0.0.0 --port 4266 &
#dagster api grpc --python-file dags/web_rag_agent.py --host 0.0.0.0 --port 4266 &

# Wait for both processes to finish
wait -n
14 changes: 7 additions & 7 deletions examples/vortex_demo/workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# load_from:
# - python_file: dags/web_rag_agent.py

load_from:
- grpc_server:
host: localhost
port: 4266
location_name: "vortex_demo"
- python_file: dags/web_rag_agent.py

# load_from:
# - grpc_server:
# host: localhost
# port: 4266
# location_name: "vortex_demo"

0 comments on commit 3cb485b

Please sign in to comment.