|
|
|
@ -76,7 +76,7 @@ func (w *worker) updateJob(job *jw.Job, logger Logger) {
|
|
|
|
|
"END", |
|
|
|
|
"status", job.Status, |
|
|
|
|
"run_after", job.RunAfter.Round(time.Second).String(), |
|
|
|
|
"attempt", fmt.Sprintf("%d/%d", job.Attempt, job.MaxRetries), |
|
|
|
|
"attempt", fmt.Sprintf("%d/%d", job.Attempt, job.MaxAttempts), |
|
|
|
|
) |
|
|
|
|
} else { |
|
|
|
|
logger.Info("END", "status", job.Status) //:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
|
|
|
|