API permettant d'appeler IGNF/validator, qui permet de valider et de normaliser les données présentes dans une arborescence de fichiers.
GNU Affero General Public License v3.0
1
stars
0
forks
source link
Command app:validations - avoid concurrent process on the same validation ids #6
Closed
mborne closed 3 years ago
I am facing problems scaling the number of background process :
The use of
findNextPending
inValidationRepository
might have to be replaced by something like :(not tested, adapted from an old message queue implementation inspired by this kind of approach in pure SQL : https://stackoverflow.com/a/6500830)