openshiftio / openshift.io

Red Hat OpenShift.io is an end-to-end development environment for planning, building and deploying modern applications.
https://openshift.io
97 stars 66 forks source link

Move Graph Importer as part of Selinon Workers #688

Closed msrb closed 6 years ago

msrb commented 7 years ago

From @miteshvp on August 18, 2017 4:55

Currently, graph sync for any EPV happens outside of worker process by way of data-model's API endpoint. This unnecessarily increases a moving piece and one more disconnected data gathering. Rather we should move this graph importer task as part of other selinon stable, so that we can take advantage of audit trail and sync to graph only those EPVs that are either failed/refreshed.

Copied from original issue: fabric8-analytics/fabric8-analytics-worker#263

msrb commented 7 years ago

Pulling into Sprint 137 as discussed today with Mitesh.

msrb commented 6 years ago

Moving back to backlog as nobody plans to move this forward in sprint 141.

jpopelka commented 6 years ago

@msrb Re-openning since I think this was closed by mistake.

The code change is being tracked/discussed in https://github.com/fabric8-analytics/fabric8-analytics-worker/pull/355 (follow-up of https://github.com/fabric8-analytics/fabric8-analytics-worker/pull/335)