-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove old rate limits config after new rate limit is deployed #3098
Comments
We can schedule this task now. |
same as #3066? |
No. This issue is about removing the deprecated configuration fields from the configuration file schema. After this change, any configuration file still containing the removed fields will be considered as invalid. |
We will run the migration script again after this cooldown, and observe if any invalid configs exist in next cooldown. Run migration:
Run check in next cooldown:
|
Checked in staging and there are still deprecated configs, need to check again where it comes from.. |
go run ./cmd/portal internal breaking-change migrate-resources migrate-rate-limits
go run ./cmd/portal internal configsource check-database
The text was updated successfully, but these errors were encountered: