Skip to content

Advance lastHitAt on a deduped delivery #231

Description

@grimicorn-agent

updateSourceStats is the only writer of sources.lastHitAt, and both dedup paths skip it, so a source under a provider redelivery storm shows a frozen/absent last hit in the UI even though it is actively receiving traffic; touch lastHitAt best-effort on the dedup return without incrementing recordCount.

Acceptance criteria

  • updateSourceStats is the only writer of sources.lastHitAt, and both dedup paths skip it, so a source under a provider redelivery storm shows a frozen/absent last hit in the UI even though it is actively receiving traffic; touch lastHitAt best-effort on the dedup return without incrementing recordCount.
  • Includes tests covering the change.
  • Lint, tests, and CI green.

Promoted from improvement digest #226

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions