Skip to content

Commit

Permalink
fix: pass retry strategy to retroactive processor
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Jan 6, 2025
1 parent 20dead2 commit 391aa04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/processing/src/services/processing.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export class ProcessingService {
checkpointRepository: strategyProcessingCheckpointRepository,
},
chain.fetchLimit,
retryStrategy,
logger,
);

Expand Down

0 comments on commit 391aa04

Please sign in to comment.