add timeout monitord

This commit is contained in:
mr
2024-08-22 10:52:49 +02:00
parent 696493fe5a
commit de25cb6696
7 changed files with 36 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ import "sync"
type Config struct {
LokiURL string
ExecutionID string
Timeout int
WorkflowID string
}