awslabs / clickstream-analytics-on-aws

Build clickstream analytics on AWS for your mobile and web applications
https://aws.amazon.com/solutions/implementations/clickstream-analytics-on-aws/
Apache License 2.0
70 stars 21 forks source link

Delete App failed with error "The current pipeline status does not allow update" #56

Closed zhu-xiaowei closed 10 months ago

zhu-xiaowei commented 1 year ago

Summary

create a app and upload past 30 days events, and current pipeline status is Active in control plane and cloudformation, when click delete button it shows the error: "The current pipeline status does not allow update"

Steps to reproduce

  1. create a pipeline
  2. create a app
  3. upload last 30 days events using standalone-data-generator python script
  4. select the app, and click delete button
  5. the error shows

What is the current bug behavior?

Can't delete the app which have already have some events, but the app which have no events, can be deleted expected.

What is the expected correct behavior?

The app can be delete successfully

Relevant logs and/or screenshots

截屏2023-07-19 09 10 56 image

Possible fixes


This is :bug: Bug Report

zhu-xiaowei commented 1 year ago

After about 20 minutes, click delete button, the page will refresh with no error, and the app still in the list, then delete twice the app can be delete. What's the prerequisites for delete a app?

zxkane commented 10 months ago

It's already fixed in v1.1.0, which does not allow to delete the CREATING or UPDATING pipeline.