Skip to content

Commit

Permalink
[Serve] Remove serve.start() in run_graph task (#26096)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrekris-anyscale authored Jun 27, 2022
1 parent 607c276 commit 66650cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/ray/serve/controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,6 @@ def run_graph(
app.deployments[name].set_options(**options)

# Run the graph locally on the cluster
serve.start()
serve.run(app)
except KeyboardInterrupt:
# Error is raised when this task is canceled with ray.cancel(), which
Expand Down

0 comments on commit 66650cd

Please sign in to comment.