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: implement graceful shutdown for IndexerExecutor #4648

Draft
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

sergiupopescu199
Copy link
Contributor

Description of change

Implement graceful shutdown for the IndexerExecutor and its internal components.

This change does inherit changes from #4383

Links to any relevant issues

fixes #4581

Type of change

  • Enhancement (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How the change has been tested

  • existing tests work as expected

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that new and existing unit tests pass locally with my changes

@iota-ci iota-ci added infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group. labels Dec 31, 2024
@sergiupopescu199 sergiupopescu199 linked an issue Dec 31, 2024 that may be closed by this pull request
Base automatically changed from sc-platform/issue-4383 to develop January 15, 2025 14:05
Copy link

vercel bot commented Jan 17, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rebased-explorer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 4:55pm
wallet-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 17, 2025 4:55pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
apps-backend ⬜️ Ignored (Inspect) Visit Preview Jan 17, 2025 4:55pm
apps-ui-kit ⬜️ Ignored (Inspect) Visit Preview Jan 17, 2025 4:55pm

# Conflicts:
#	crates/iota-data-ingestion-core/src/executor.rs
#	crates/iota-data-ingestion-core/src/tests.rs
#	crates/iota-data-ingestion/src/main.rs
#	crates/iota-indexer-builder/src/iota_datasource.rs
#	crates/iota-indexer/src/indexer.rs
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]: Handle graceful shutdown
2 participants