hubmapconsortium / ingest-api

MIT License
0 stars 0 forks source link

Handle initial data loading for data-ingest-board AFTER Flask `app.run()` #491

Open yuanzhou opened 4 months ago

yuanzhou commented 4 months ago

Based on the investigation work from #483, move the data-ingest-board data loading calls to after the app.run() for both local development via Flask development server and the WSGI callable used by the Docker deployment. Test on DEV to confirm.