mirror of
https://github.com/Radarr/Radarr
synced 2025-12-16 05:14:29 +01:00
Fixed: Update ScheduledTask cache LastStartTime on command execution
This commit is contained in:
parent
8d4b2dd21b
commit
cabdad6306
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ public void Handle(CommandExecutedEvent message)
|
|||
|
||||
_scheduledTaskRepository.SetLastExecutionTime(scheduledTask.Id, lastExecution, message.Command.StartedAt.Value);
|
||||
_cache.Find(scheduledTask.TypeName).LastExecution = lastExecution;
|
||||
_cache.Find(scheduledTask.TypeName).LastStartTime = message.Command.StartedAt.Value;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue