This week I started working on two aspects:- First, adding a second flag to stop reporting to the MySQL backend. Currently, the scenario is the DIRAC project would be using both ElasticSearch and MySQL backend concurrently for storing and retrieving values from the database. This extended support to use both is kept so that the current users don't face problem from transitioning from one DB to other. The use of this second flag is to stop reporting to the MySQL backend once the project wholly starts using ES, we would just need to keep this flag as False which ...