Skip to content

Commit 92e05f8

Browse files
authored
Merge pull request #3797 from shesha-io/f/jobs-deactivation
fixed scheduled jobs deactivation (manually copied from 84617ca
2 parents e92e4e5 + 13fa690 commit 92e05f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shesha-core/src/Shesha.Scheduler/Bootstrappers/ScheduledJobBootstrapper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ private async Task DoProcessAsync()
6464
Class = e,
6565
Attribute = e.GetAttribute<ScheduledJobAttribute>()
6666
})
67-
.Where(x => !_startupSession.AssemblyStaysUnchanged(x.Class.Assembly))
6867
.ToList();
6968

7069
// deactivate all jobs which are missing in the code

0 commit comments

Comments
 (0)