Currently, we are always appending users and projects in user and project models after implementing the support for LSF in #518. This is not correct as for SLURM it means the older entries will always be included in the users and projects list which should not be the case. We should add a new field Replace in the user and project models to pass that to DB insertions.
Currently, we are always appending users and projects in user and project models after implementing the support for LSF in #518. This is not correct as for SLURM it means the older entries will always be included in the users and projects list which should not be the case. We should add a new field
Replacein the user and project models to pass that to DB insertions.