open-service-broker icon indicating copy to clipboard operation
open-service-broker copied to clipboard

Cleanup User-Driven Shield Jobs and Targets

Open ampersand8 opened this issue 6 years ago • 0 comments

Problem

Open Service Broker creates a target and a job on shield when user requests a backup (see here). Those will never be deleted, even when the service instance is being cleaned up.

Requirements

  • [ ] Cleanup shield jobs of deleted service instances
  • [ ] Cleanup shield targets of deleted service instances
  • [ ] Do not fail service deprovisioning because of failing shield deregistration

Proposal

This functionality could be added with the existing notifyServiceInstanceDeletion, either at deprovisioning (should be async in that case) or with the service instance cleanup job.

ampersand8 avatar Oct 29 '18 15:10 ampersand8