posit-dev / posit-dev/connect-extensions
Usage Metrics Dashboard: Prevent bad requests from being cached
Open
@toph-allen is already working on this.
Since May 15, 2025.
content: Usage Metrics Dashboard
- Dominant language
- R
- Stars
- 10
- Forks
- 8
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 1
Description
There is a rare race condition where, after adding the correct Integration, a bad request to the hits endpoint goes through. When this happens, it gets cached, and it looks like the app is continually hitting errors.
Shiny reactives should only be cached if they don't encounter errors.
Contributor guide
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.