Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #37242 - Fix live output appearing multiple times
The result of calling continuous_output was not persisted, so the original code didn't make much sense. ContinuousOutput#sort! returns the same thing as ContinuousOutput#raw_outputs so we can skip the second line completely. Upsert_all was updating the already existing values, so exit_status got updated multiple times with different timestamps. Insert_all should just skip over the already existing values.
- Loading branch information