Investigation - Better option for DevOps Adoption polling
Problem
The data polling for DevOps Adoption is by no means the best solution. We current use a series of logical check within javascript to determine if the enabled namespace data should be refetched every 30 seconds or not.
Possible solutions
- Look into using etag caching to make use of native Apollo polling
- Look into implementing subscriptions