Skip to content
Snippets Groups Projects
Commit 126d6e14 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler
Browse files

Fix Controller.run_as_update()

This broke when changes were made to allow processing data more recent than
the last top-of-the-minute (~8 months ago). The only "updates" that worked
since then were for 1-second data. It's a little bit lazy because it relies
on the output_factory to return traces with proper starttimes and endtimes
(that is, they fall on the tops of minutes). Probably we should be more
explicit in correcting the starttimes and endtimes to line up on expected
timestamps. Pushing this fix now because it has operational impacts.
parent 7b3c6527
No related branches found
No related tags found
1 merge request!314Fix Controller.run_as_update()
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment