apache / openwhisk-package-alarms

Apache OpenWhisk package that can be used to create periodic, time-based alarms.
https://openwhisk.apache.org/
Apache License 2.0
24 stars 49 forks source link

Update existing trigger feeds on create instead of failing #202

Closed jasonpet closed 4 years ago

jasonpet commented 4 years ago

If for some reason a trigger is deleted, but the corresponding feed is not, allow a trigger in the same namespace with the same trigger name to be recreated with the existing feed.

equivalent to apache/openwhisk-package-kafka#360

rabbah commented 4 years ago

@jasonpet should we merge this?