Skip to content

Refactor MonitoringService class

username-removed-636429 requested to merge refactor-monitoring-service into master

What does this MR do?

  1. Simplifies the logic around the MonitoringService class.
  2. Moves backOff implementation responsibility from the dashboard.vue component into the service class.
  3. Uses Promise.all to perform requests in parallel, instead of chaining them

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Edited by username-removed-636429

Merge request reports