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

chore(ingester): remove panic from account processor job start #366

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

armyhaylenko
Copy link
Collaborator

No description provided.

@armyhaylenko armyhaylenko force-pushed the chore/MTG-1168-remove-account-processor-expect branch from 6f68603 to 4f69e0e Compare January 16, 2025 10:57
.await
.expect("Failed to build 'AccountsProcessor'!");
.await {
Ok(processor) => break processor,
Copy link
Contributor

@kstepanovdev kstepanovdev Jan 16, 2025

Choose a reason for hiding this comment

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

The approach seems to be fine. However, shouldn't it accept a "cancellation token" or handle the shutdown channel for a graceful shutdown?

Nvm, looks good. Seems like update_rent doesn't care much about shutdown_rx.

@armyhaylenko armyhaylenko force-pushed the chore/MTG-1168-remove-account-processor-expect branch from 4f69e0e to 841529b Compare January 16, 2025 11:42
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.

2 participants