Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait for team histories to save before continuing through saveHistory
Currently we're seeing a number of errors in `saveHistory` that appear to be timeouts. We believe not waiting for the async `saveTeamHistory` function to complete may be resulting in an early termination of the container these functions are supposed to be running in.
- Loading branch information