KusionStack / KusionStack/kusion

Feat: Async runs support log streaming

Open
#1,359 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

kind/feature priority/important-longterm
Dominant language
Go
Stars
1.3k
Forks
107
Avg merge
11m
Merged PRs (30d)
1

Description

What would you like to be added?

Execution logs can be streamed when async are executing

Why is this needed?

Currently execution logs are aggregated during async runs and written into the database when the async runs are completed. Then users can see the aggregated logs all at once.
This feature allows execution logs to be streamed while async run is in progress.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating async run execution and the database persistence path for execution logs, then trace how logs are exposed to users. Done means logs are delivered incrementally while an async run is in progress instead of only after completion.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend, observability
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.