riverqueue / riverqueue/riverui
The attempt times are incorrect when there are multiple attempts.
@bgentry is already working on this.
Since May 22, 2025.
- Dominant language
- TypeScript
- Stars
- 236
- Forks
- 39
- Avg merge
- 3h 40m
- Merged PRs (30d)
- 23
Description
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.
Perhaps it would be better to parse the attempted_by items to get the actual time of the attempts.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.