Skip to content

Commit

Permalink
continue working after remove indexer cleaner got an error
Browse files Browse the repository at this point in the history
  • Loading branch information
kstepanovdev committed Nov 27, 2024
1 parent 089528a commit 676f605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nft_ingester/src/bin/ingester/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,6 @@ pub async fn main() -> Result<(), IngesterError> {
}
Err(e) => {
error!("Failed to clean synchronized indexes for {:?} with error {}", asset_type, e);
break;
}
}
tokio::time::sleep(Duration::from_secs(SECONDS_TO_RETRY_IDXS_CLEANUP)).await;
Expand Down

0 comments on commit 676f605

Please sign in to comment.