feat: command timeouts (#2898)

This commit is contained in:
Valentin Maerten
2026-08-11 22:09:25 +02:00
committed by GitHub
parent 993508c782
commit 37898d9102
21 changed files with 830 additions and 50 deletions

View File

@@ -39,6 +39,7 @@ const (
CodeTaskCancelled
CodeTaskMissingRequiredVars
CodeTaskNotAllowedVars
CodeTaskTimedOut
)
// TaskError extends the standard error interface with a Code method. This code will