Attempt to send email should be retried if it fails

Open
#70 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
scala
Domain
backend

Research direction

Start by locating the code path that sends email and inspect how sending failures are currently handled. Determine which temporary server failures should trigger waiting and retrying, then verify that validation no longer requires a full rerun when email delivery is temporarily unavailable.

Written by the indexing model from the issue text.

Description

enhancement good first issue

Currently, if sending email fails because the email server is temporarily offline or overloaded, the only choice of action is to rerun the whole validation. This can be very expensive, and may require manual intervention if the program is running as part of an automatic workflow.

It would be better if the program detected the error in sending email and did its own wait-and-retry loop. This would be pretty cheap and much better than failing.

Dominant language
Scala
Stars
101
Forks
31
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from target/data-validator

All issues in target/data-validator

Similar issues

More Scala issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.