Victor Collod
Victor Collod
runscript is deprecated
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1794 ## Description Move the database migration and initialization code from the django service to the rust service. This is the last migration step....
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1794 ## Description Move the pathfinding APIs from the deprecated django service to the rust service. ## Goal ## Acceptance criteria - [ ]...
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1794 ## Description Move the simulation endpoints from the deprecated django service to the new rust service. ## Acceptance criteria - [ ] Criteria...
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1794 ## Description Port the code to rust, add it to osrd-webservice, and point the front-end to it. ## Goal ## Acceptance criteria -...
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1793 ## Description Revamp InfraCacheManager to avoid unbounded memory use ## Goal Cached infrastructures are huge, and can easily get the serviced OOMed ##...
### Discussed in https://github.com/DGEXSolutions/osrd/discussions/1782 Originally posted by **multun** August 31, 2022 # Description of the new architecture  The only change to the previous architecture is the merge of chartos,...
## Associated Feature / User Story https://github.com/DGEXSolutions/osrd/issues/1793 ## Description We need to serialize the state of the edition service, and cache it somewhere (like redis) so it can be reused....