This commit is contained in:
2025-05-23 13:44:18 +04:00
parent 79d66e4b6b
commit b2eb9d3116
5 changed files with 476 additions and 5480 deletions

View File

@@ -72,7 +72,7 @@ func (d *WatchDog) processHeroScript(ctx context.Context, job *Job) {
// TODO: Implement HeroScript processing
errMsg := "HeroScript processing not implemented yet"
log.Printf("Error processing job %s: %s", job.JobID, errMsg)
log.Printf("Error processing job %d: %s", job.JobID, errMsg)
// Update job status in OurDB
job.Finish(JobStatusError, "", fmt.Errorf(errMsg))