hasadna / open-bus

:bus: Analysing Israel's public transport data
93 stars 29 forks source link

open-bus-gtfs-etl: allow to run multiple processes for different dates in parallel #365

Closed OriHoch closed 2 years ago

OriHoch commented 2 years ago

currently, the gtfs etl processes uses a workdir which prevents processes for different dates to run in parallel, need to remove this limitation

this is important because currently there is a risk that if 2 processes will run on different dates they will produce wrong data

OriHoch commented 2 years ago

done in hasadna/open-bus-gtfs-etl#18