openmcp-project / openmcp-project/backlog

Task: Reduce requests for requests with error response

Open
#136 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area/webapp kind/task
Dominant language
No language data
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Understand the Task

Description
When requests get back with errors (e.g. 404) we should not fetch them as often as our other requests.
Either not do a new requests at all and instead show the user a manual refresh button.
OR
Reduce the amount of requests if the request last time responded with an error.

Any further valuable resources.

No response

What is required to accept the Task as done.

Done Criteria

  • Failing requests should not be refetched as often as normal requests
  • separate interval for failing requests

Contributor guide

Open the contributing guide

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.

Research direction

No files, tests, or entry points are named in the issue. Locate where request refetch intervals are configured, then verify that error responses use a separate, less frequent interval and that normal requests retain their existing behavior.

Written by the indexing model from the issue text.

Assessment

Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.