MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
284 stars 100 forks source link

Reinstate processing multiple datasets at the same time in web validator service #1714

Open jcpitre opened 6 months ago

jcpitre commented 6 months ago

Describe the problem

In https://github.com/MobilityData/gtfs-validator/pull/1653 we corrected a problem where there was a mixup of notices between validations that were happening at the same time in the web validator. So we did not have to issue a maintenance release we changed the GCP configuration to allow only 1 simultaneous request per instance. https://github.com/MobilityData/gtfs-validator/pull/1653#issuecomment-1900634702

We should maybe revert to multiple processings at the same time by reverting the config change in GCP. I think it is more costly to start a new instance each time there is more than one simultaneous request than having the same instance process a number of requests.

Proposed solution

Reinstate multiple request per instance in GCP

Alternatives you've considered

No response

Additional context

No response