arkmq-org / arkmq-org/markdown-runner
Explicitely state which chunk is faulty when a timeout occurs
- Dominant language
- Go
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Instead of "silently" failing:
```
ERROR stdout:
stderr:
exit code:-1
```
It would be preferable if the tool would show on the output that the reason est due to a timeout occuring while the command was executing.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the command-execution and error-reporting entry points, locating where timeout failures produce the shown stdout, stderr, and exit-code output. Trace how markdown chunks are identified during execution. Done means a timeout clearly states which chunk timed out and why, rather than only showing exit code -1.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100