feat(backend): implement service monitor proto & connect it to http /agents
ci-agent / build (push) Has been cancelled

This commit is contained in:
2026-04-04 19:59:32 +03:00
parent 1d75935a08
commit eb2ca590a9
8 changed files with 99 additions and 14 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ func (self *JobsHandlers) AddJob(c *gin.Context) {
return err
}
job, err := agent.WaitJob(jid)
if err != nil && !errors.Is(err, &exec.ExitError{}) {
if err != nil && !errors.As(err, &exec.ExitError{}) {
return err
}
c.JSON(http.StatusCreated, AddJobOut{