Voltaire
Voltaire copied to clipboard
Better cancellation behavior
Currently, subscription cancellation is instant. We need to do one of three things:
- communicate that this is the case
- instead of cancelling the subscription use this flag
a. this would entail the
pro
command being smart enough to check for this case and handle appropriately - Use proration. a. We would have to ensure that this isn't abused for features that don't rollback when a subscription cancels. This would probably also entail documentation changes.