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

chore: tag 0.6.0 #828

Merged
merged 1 commit into from
Sep 24, 2020
Merged

chore: tag 0.6.0 #828

merged 1 commit into from
Sep 24, 2020

Conversation

jrconlin
Copy link
Member

Description

Features

DEPLOYMENT NOTE!
This release ships with quota monitoring disabled.
Enabling quota will require a modification to the user_collections table:

alter table user_collections add column (total_bytes bigint, count int);

This is included in migrations/2020-08-24-091401_add_quota.

You will also need to specify SYNC_ENABLE_QUOTA=1 in the run time environment.

Testing

This release is for load testing in the STAGE environment.

@jrconlin jrconlin requested a review from a team September 23, 2020 23:39
@jrconlin jrconlin merged commit 39dfbb7 into master Sep 24, 2020
@jrconlin jrconlin deleted the release/0.6.0 branch September 24, 2020 00:26
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

Successfully merging this pull request may close these issues.

Make validation errors metrics Perform Quota check before sync operations that may alter storage
2 participants