0/1
thread resolved
changed milestone to %HILE Q4/2019
added scoped label
94 * @param $type 95 * @param $subtype 96 * @param $metric 97 * @param $from 98 * @param $to 99 * @throws CliException 100 * @throws Exception 101 */ 102 protected function syncBy($type, $subtype, $metric, $from, $to) 103 { 104 if (!$metric) { 105 throw new CliException('Missing --metric flag'); 106 } 107 108 if (!$from || !is_numeric($from)) { 109 throw new CliException('Missing or invalid --from flag'); - Owner
If this is running from a cli job, can we support something like
--minsAgo
or--secsAgo
?