Skip to content

Introduce mechanism to periodically verify unresolved emails #454

Description

@MoralCode

CollectOSS maintains an unresolved emails table for skipping contributor/commit emails that could not be resolved to actual github users.

augurlabs/augur#3711 introduced a PR to automatically clear these emails, however that is not the right approach.

id rather do something like:

  • add a column for number of attempts made to resolve that contributor, and only ignore the contributor if its greater than some threshold
  • introduce a task to explicitly go through and re-attempt to resolve unresolved contributors (since github downtime is a known way that this list can pile up)

This issue is intended to document the need to have some mechanism for this list to be pruned-down by the system, because as-is, anything that ends up in the list (such as maybe by a github API fault) will be there until it is manually cleared.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions