Skip to content
Snippets Groups Projects

Issue #3374753: Run status whenever cron is run

5 unresolved threads
Files
4
@@ -128,17 +128,6 @@ final class StatusChecker implements EventSubscriberInterface {
$this->keyValueExpirable->delete('status_check_last_run');
}
/**
* Gets the timestamp of the last run.
*
* @return int|null
* The timestamp of the last completed run, or NULL if no run has
* been completed.
*/
public function getLastRunTime(): ?int {
return $this->keyValueExpirable->get('status_check_timestamp');
}
/**
* Reacts when config is saved.
*
Loading