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
this._logger.LogInfo(RefreshContext.Worker,$"Removing job state for {jobId} because it doesn't exist in RefreshWorkerManager (likely from a newer/different Refresh build).");
113
+
database.RemoveJobState(jobId,false);
114
+
}
115
+
}
116
+
database.SaveChanges();
117
+
}
118
+
102
119
publicvoidStart()
103
120
{
104
121
this._logger.LogDebug(RefreshContext.Startup,"Starting the worker thread");
this._logger.LogInfo(RefreshContext.Worker,$"Removing job state for {jobId} because it doesn't exist in RefreshWorkerManager (likely from a newer/different Refresh build).");
0 commit comments