You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
err=fmt.Errorf("PANIC whilst trying to do migrate task: %v", e)
48
48
log.Critical("PANIC during runMigrateTask[%d] by DoerID[%d] to RepoID[%d] for OwnerID[%d]: %v\nStacktrace: %v", t.ID, t.DoerID, t.RepoID, t.OwnerID, e, log.Stack(2))
49
49
}
50
-
50
+
// fixme: Because ctx is canceled here, so the db.DefaultContext is needed.
0 commit comments