Skip to content

Error tracking reactive cache

What does this MR do?

This adds on top of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24188 the ReactiveCache. What does it mean?

The list of sentry issues will not be immediately available, rather:

  1. API endpoint when requesting for the first time will return 204,
  2. API endpoint when data is available will return a json.
  3. The frontend should retry fetching the data using new Poll class on frontend

What are the relevant issue numbers?

Related to: #55178 (closed)

Does this MR meet the acceptance criteria?

Edited by Peter Leitzen

Merge request reports