Skip to content

Commit 067bd3a

Browse files
committed
fix
1 parent 448eb30 commit 067bd3a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ScheduledTasks/Entity/Schedule.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,6 @@ public void UpdateSchedule(TaskEntityContext context, ScheduleUpdateOptions sche
110110
this.State.RefreshScheduleRunExecutionToken();
111111

112112
this.logger.UpdatedSchedule(this.State.ScheduleConfiguration.ScheduleId);
113-
114-
// Signal to run schedule immediately after update and let runSchedule determine if it should run immediately
115-
// or later to separate response from schedule creation and schedule responsibilities
116-
context.SignalEntity(new EntityInstanceId(nameof(Schedule), this.State.ScheduleConfiguration.ScheduleId), nameof(this.RunSchedule), this.State.ExecutionToken);
117113
}
118114
catch (Exception ex)
119115
{

0 commit comments

Comments
 (0)