dataculturegroup / DataBasic

A suite of focused and simple tools and activities for journalists, data journalism classrooms and community advocacy groups
http://www.databasic.io/
MIT License
62 stars 16 forks source link

deploy fails due to samples taking too long to download #401

Closed rahulbot closed 3 years ago

rahulbot commented 3 years ago

When we deploy right now we get a 504 - timeout. Based on the logs I think this is because the sample files are taking too long to download.

There solution I'd propose is to move sample file download to a predeploy hook and changing out server start code to assume the files are already in place, no matter where they came from.

rahulbot commented 3 years ago

resolved in 264ca53