wire gap_filler into schedule engine, API, MCP

This commit is contained in:
2026-07-12 14:08:55 +02:00
parent 8edd7a9c0b
commit 79e975f057
9 changed files with 243 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ pub async fn update_channel(
schedule_config: req.schedule_config.map(Into::into),
rotation_policy: req.rotation_policy,
auto_schedule: req.auto_schedule,
gap_filler: req.gap_filler,
};
let channel = application::channels::update::execute(&state.channel_command_deps, cmd).await?;
Ok(Json(ChannelResponse::from(channel)))