Open
Description
Feature Description
In the current implementation of the Queue Configuration in the Admin Panel, the settings are temporary. For instance, consider this issue with the indexer:
When we set the queue to 10, it changes as expected. However, when the system restarts (for example, due to self-healing in Kubernetes), it reverts to its default setting (e.g., 2).
Expected Behavior:
It would be more beneficial if the queue configuration remains persistent even after a system restart. For instance, in the case of a restart due to self-healing in Kubernetes, the configuration should not revert to its default setting (e.g., 2).