MCPcopy Create free account
hub / github.com/Rello/analytics / run

Method run

lib/BackgroundJob/Hourly.php:34–41  ·  view source on GitHub ↗
($arguments)

Source from the content-addressed store, hash-verified

32 }
33
34 public function run($arguments)
35 {
36 try {
37 $this->DataloadService->executeBySchedule('h');
38 } catch (\Exception $e) {
39 // no action
40 }
41 }
42
43}

Callers

nothing calls this directly

Calls 1

executeByScheduleMethod · 0.80

Tested by

no test coverage detected