Skip to content

v3(services): refactor delete for service instance#1980

Merged
FelisiaM merged 1 commit intomasterfrom
v3-si-delete-recursive-2
Dec 1, 2020
Merged

v3(services): refactor delete for service instance#1980
FelisiaM merged 1 commit intomasterfrom
v3-si-delete-recursive-2

Conversation

@blgm
Copy link
Copy Markdown
Member

@blgm blgm commented Dec 1, 2020

We have moved to a pattern where a controller either uses an action to
do something, or schedules a job to do something, and the job uses an
action under the hood. The services instances delete endpoint was using
an action to schedule a job, which could be confusing as it's different
to other endpoints.

#171728591

We have moved to a pattern where a controller either uses an action to
do something, or schedules a job to do something, and the job uses an
action under the hood. The services instances delete endpoint was using
an action to schedule a job, which could be confusing as it's different
to other endpoints.

[#171728591](https://www.pivotaltracker.com/story/show/171728591)
@cf-gitbot
Copy link
Copy Markdown

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/175950481

The labels on this github issue will be updated when the story is started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants