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

refactor: use CancellationToken for IndexerExecutor #4638

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

Conversation

sergiupopescu199
Copy link
Contributor

Description of change

Use CancellationToken instead of an oneshot channel to gracefully shutdown the IndexerExecutor

Links to any relevant issues

fixes #4383

Type of change

  • Enhancement (a non-breaking change which adds functionality)

How the change has been tested

  • Code compiles
  • Existing tests pass

Change checklist

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code

@sergiupopescu199 sergiupopescu199 requested a review from a team as a code owner December 28, 2024 11:45
@iota-ci iota-ci added infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group. labels Dec 28, 2024
@sergiupopescu199 sergiupopescu199 changed the title refactor: use CancellationToken for IndexerExecutor refactor: use CancellationToken for IndexerExecutor Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iota-data-ingestion-core]: Use CancellationToken
2 participants