mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-16 13:19:07 -06:00
fix: confusing error message (#2199)
This commit is contained in:
@@ -45,7 +45,7 @@ func (o *OLAPControllerImpl) runTaskStatusUpdates(ctx context.Context) func() {
|
||||
shouldContinue, rows, err = o.repo.OLAP().UpdateTaskStatuses(ctx, tenantIds)
|
||||
|
||||
if err != nil {
|
||||
o.l.Error().Err(err).Msg("could not update DAG statuses")
|
||||
o.l.Error().Err(err).Msg("could not update task statuses")
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user