- Issue created by @rbrownell
It appears that usage quotas are stored as configuration. This can result in deployment pipelines breaking as Acquia BLT and other deployment tools might detect an unmatched configuration change, causing the pipeline to break until the configuration change is addresssed.
This does not follow Drupal best practices as the state of these usage quotas do not belong in configuration at all. Instead they should be tracked using Drupal's State API → .
/admin/config/development/configuration
and observe that Drupal indicates that the configuration is out of sync.Update the module's code such that these usage quotas are tracked using Drupal's State API → .
None
Usage quotas are tracked using Drupal's State API →
None
Active
5.0
Code