Skip to content

slapos_subscription_request: Merge alarm for cancel and validate

The cancellation and validation occur on the same group of objects, so to save code and processing merge both.

"Cancel" takes precedence over "validate", if the user destroys his instance "too fast" we should not drop his subscription request as soon as possible.

Merge request reports