You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, ZerobounceClient and MailercheckClient do not support configurable rate-limiter options. This makes it difficult to control API request rates and properly test rate-limiting behavior.
Tasks
Ensure both clients have configurable rate-limiter options via constructor.
Use environment variables for rate-limiter settings.
Add unit tests to validate rate-limiter functionality.
Guidelines
Create a separate PR for each sub-issue.
In the PR description, reference the issue to close it automatically when your PR is merged. Read more:
Resolves #<issue_number>
The text was updated successfully, but these errors were encountered:
maleksal
changed the title
test rate limiting for zerobounce
mailercheck, zerobounce rate-limiter unittests
Jan 31, 2025
maleksal
changed the title
mailercheck, zerobounce rate-limiter unittests
Refactor Email Status Clients to Support Rate-Limiter Options
Jan 31, 2025
maleksal
changed the title
Refactor Email Status Clients to Support Rate-Limiter Options
Refactor email status clients to support rate-limiter options
Jan 31, 2025
Overview
Currently,
ZerobounceClient
andMailercheckClient
do not support configurable rate-limiter options. This makes it difficult to control API request rates and properly test rate-limiting behavior.Tasks
Guidelines
The text was updated successfully, but these errors were encountered: