This commit is contained in:
2025-05-18 14:41:43 +02:00
parent 3853e2daa2
commit 7f55aaf85d
2 changed files with 0 additions and 4 deletions

View File

@ -77,7 +77,6 @@ public abstract class Job
PgsqlContext context = scope.ServiceProvider.GetRequiredService<PgsqlContext>();
try
{
context.Attach(this);
this.state = JobState.Running;
context.SaveChanges();
ret = RunInternal(context).ToArray();