lablup / lablup/backend.ai

Centralized service configuration in database

Open
#7,780 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
670
Forks
183
Avg merge
17h 7m
Merged PRs (30d)
358

Description

## Overview

Move service-level behavioral configurations from server config files (TOML) to database for centralized management.

## Design

- Manager reads service configs from DB
- Manager applies configs when processing requests
- No config distribution to Agent/Storage Proxy needed

## Components

1. Database table `service_configs`
1. Repository with caching
1. Admin GraphQL API
1. Migration of existing TOML configs (e.g., `hide_agents`)

JIRA Issue: BA-3759

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.