Skip to content

Commit

Permalink
fix: Handle app restart in cache builder (#2162)
Browse files Browse the repository at this point in the history
* fix: Handle app restart in cache builder

* chore: Add unit test for `CacheBuildState`

* refactor: Address various comments

* chore: Seperate reconnect logic and cache creation logic
  • Loading branch information
chubei authored Oct 20, 2023
1 parent 1207df3 commit 9887806
Show file tree
Hide file tree
Showing 20 changed files with 855 additions and 425 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dozer-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ bytes = "1.4.0"
http = "0.2.9"
pin-project = "1.1.3"
async-stream = "0.3.5"
uuid = "1.4.1"

[dev-dependencies]
tempdir = "0.3.7"
Loading

0 comments on commit 9887806

Please sign in to comment.