Rodrigo Urrea

Results 3 issues of Rodrigo Urrea

# Summary Refactored the jobs in order to execute them in parallel, using multiprocessing Process. In order to do so the Job Queue was refacored, decoupling the run method from...

enhancement
back
refactor

# Summary New Pydantic Schemas for Dataloaders. ## Type of change - Back end new feature. - Refactoring. ## Changes - New _string_field_, for raw strings. - Refactor old _string_field_...

enhancement
back
refactor

# Summary Add fields validation to optmizable int and float fields. ## Type of change - Back end new feature. - Refactoring. ## Changes - Created **OptimizableIntField** and **OptimizableFloatField** to...

enhancement
front
back
refactor