riverqueue / riverqueue/riverui

The attempt times are incorrect when there are multiple attempts.

Open
#364 2 comments 1 reaction 1 assignee View on GitHub

@bgentry is already working on this.

Since May 22, 2025.

bug
Dominant language
TypeScript
Stars
236
Forks
39
Avg merge
3h 40m
Merged PRs (30d)
23

Description

Image

The image above is from the demo job 282774173, but it also occurs on my private RiverUI on version 0.10.0.

As shown on the image, all attempt times are synced to the latest retry (in this case "less than a minute ago"), rather than when they actually occurred.

I haven't taken a look at the implementation, but it seems the attempted_at field in the response is being used for all attempts which is inaccurate.

Image

Perhaps it would be better to parse the attempted_by items to get the actual time of the attempts.

Image

Contributor guide

No contributing guide indexed for this repository

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.