kevinreedy / mc-luv

Apache License 2.0
0 stars 1 forks source link

Fetch flight data in parallel #9

Open kevinreedy opened 7 years ago

kevinreedy commented 7 years ago

It'd be great if we good fetch flight data in parallel so the site loads faster. This matters more for the multi-day searches, as you can easily hit heroku timeouts with lots of airports added.

kevinreedy commented 7 years ago

Heroku timeouts may be worth moving the 5-day search to 5 separate api calls.