Skip to content

Add aqs.config table

Mforns requested to merge T355409 into main

This change adds the aqs.config table to the dev environment. This table is used to provide AQS2 with dynamic configuration. At any time a property of the table can be changed from outside of AQS. And AQS will be able to gather the new value from the table and update it within the system without the need of a rolling restart of the nodes.

So far, the table only holds 1 configuration property: mediawiki_history_reduced_druid_datasource.

Merge request reports