21 lines
507 B
YAML
21 lines
507 B
YAML
applications:
|
|
- name: default
|
|
route_prefix: /
|
|
import_path: ray.serve.tests.test_config_files.test_dag.conditional_dag.serve_dag
|
|
|
|
deployments:
|
|
- name: Router
|
|
graceful_shutdown_timeout_s: 0.0001
|
|
|
|
- name: Multiplier
|
|
graceful_shutdown_timeout_s: 0.0001
|
|
user_config:
|
|
factor: 1
|
|
|
|
- name: Adder
|
|
graceful_shutdown_timeout_s: 0.0001
|
|
ray_actor_options:
|
|
runtime_env:
|
|
env_vars:
|
|
override_increment: '1'
|