Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix recovering deleted keys in migration #164

Merged
merged 9 commits into from
Apr 25, 2020
Merged

Conversation

doyoubi
Copy link
Owner

@doyoubi doyoubi commented Apr 22, 2020

TODOs in later PRs:

  • Need docs.
  • Also delete keys on the destination proxy.

#162

.await?;
if sleep_count >= SLEEP_BATCH_TIMES {
tokio::task::yield_now().await;
// Delay::new(Duration::from_secs(0)).await;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we need to implement rate limit.

blocking_ctrl: Arc<BC>,
future_registry: Arc<TrackedFutureRegistry>,
_future_registry: Arc<TrackedFutureRegistry>,
Copy link
Owner Author

@doyoubi doyoubi Apr 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be removed

@doyoubi doyoubi changed the title [WIP] Fix recovering deleted keys in migration Fix recovering deleted keys in migration Apr 25, 2020
@doyoubi doyoubi merged commit bad5fc2 into master Apr 25, 2020
@doyoubi doyoubi deleted the FixRecoveringDeletedKeys branch January 2, 2021 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant