...
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user