Skip to content

Commit

Permalink
chore(core): Update Core for LRU eviction
Browse files Browse the repository at this point in the history
  • Loading branch information
bergundy committed Jul 26, 2021
1 parent 45cc42d commit 4cd920c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
19 changes: 19 additions & 0 deletions packages/core-bridge/Cargo.lock

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

3 changes: 3 additions & 0 deletions packages/core-bridge/src/lib.rs
Expand Up @@ -346,6 +346,9 @@ fn start_bridge_loop(
CompleteActivityError::TonicError(_) => {
TRANSPORT_ERROR.from_error(cx, err)
}
CompleteActivityError::NoWorkerForQueue(_) => {
UNEXPECTED_ERROR.from_error(cx, err)
}
},
));
}
Expand Down

0 comments on commit 4cd920c

Please sign in to comment.