KusionStack / KusionStack/kusion
Feat: Async runs support log streaming
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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