Steffen Geissinger

Results 8 comments of Steffen Geissinger

I'm not sure if this would be good or bad. An abort can happen all the time for various reasons. Maybe a user aborted a job, the cleanup script failed...

An alternative would be to use a Cron Job to periodically cleanup up all you resources. You could run it every few minutes and if it's aborted once or failed...

It would be possible to add this as a feature, but my point is that even if this feature would exist, it would not help you in all situations. So...

@jerr0328 i think this should be handled as a separate issue. thanks

Yes valid points. We will work on improving the UI in the coming weeks.

The issue with such a feature is that many people tend to use it instead of looking into the actual root cause and fix it. So I tend to not...

should it only be allowed in the `infrabox.json` or is the information supposed to be shown somewhere in the UI as well?

One option would be to implent a [Service](https://github.com/SAP/InfraBox/blob/master/docs/services/custom_services.md) which talks to the thirdparty component and only sets the `status` to `ready` if the approval has been set in the thirparty...