[PR #277] [MERGED] feat: add default-service to the config spec #370

Closed
opened 2026-02-16 01:17:05 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/277
Author: @masci
Created: 9/27/2024
Status: Merged
Merged: 9/27/2024
Merged by: @masci

Base: mainHead: massi/config-entrypoint


📝 Commits (1)

  • 86dab8f add default-service to the config spec

📊 Changes

3 files changed (+4 additions, -0 deletions)

View changed files

📝 llama_deploy/apiserver/config_parser.py (+1 -0)
📝 tests/apiserver/data/example.yaml (+2 -0)
📝 tests/apiserver/test_config_parser.py (+1 -0)

📄 Description

When running a task for a deployment, users need to pass the service name where the task will be sent to. We expect most of the times this will be always the same service that acts as an "entrypoint" for the deployment, so we add a default configuration param in the deployment definition and let user omit it at task creation time.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/277 **Author:** [@masci](https://github.com/masci) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/27/2024 **Merged by:** [@masci](https://github.com/masci) **Base:** `main` ← **Head:** `massi/config-entrypoint` --- ### 📝 Commits (1) - [`86dab8f`](https://github.com/run-llama/llama_deploy/commit/86dab8fefdec232eb172e24f427b75c1c2ca6e82) add default-service to the config spec ### 📊 Changes **3 files changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `llama_deploy/apiserver/config_parser.py` (+1 -0) 📝 `tests/apiserver/data/example.yaml` (+2 -0) 📝 `tests/apiserver/test_config_parser.py` (+1 -0) </details> ### 📄 Description When running a task for a deployment, users need to pass the service name where the task will be sent to. We expect most of the times this will be always the same service that acts as an "entrypoint" for the deployment, so we add a default configuration param in the deployment definition and let user omit it at task creation time. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:05 -05:00
yindo closed this issue 2026-02-16 01:17:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#370