RetryPolicy - itsManeka/amazing-scraper GitHub Wiki
amazing-scraper / RetryPolicy
Defined in: src/application/ports/RetryPolicy.ts:19
Port for retry strategy. Implementations decide whether a failed request should be retried and how long to wait.
evaluate(
ctx):RetryDecision
Defined in: src/application/ports/RetryPolicy.ts:20