Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better cancellation behavior #42

Open
nminchow opened this issue Dec 29, 2020 · 0 comments
Open

Better cancellation behavior #42

nminchow opened this issue Dec 29, 2020 · 0 comments

Comments

@nminchow
Copy link
Owner

nminchow commented Dec 29, 2020

Currently, subscription cancellation is instant. We need to do one of three things:

  1. communicate that this is the case
  2. 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
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant