Skip to content

Commit

Permalink
attempt another fix for timing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 3, 2024
1 parent 4b9c782 commit 9ed220e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ozone/src/daemon/event-pusher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ export class EventPusher {
}

async processAll() {
await Promise.all([
this.repoPollState.promise,
this.recordPollState.promise,
this.blobPollState.promise,
])
await Promise.all([
this.pushRepoEvents(),
this.pushRecordEvents(),
Expand Down

0 comments on commit 9ed220e

Please sign in to comment.