dukecon / dukecon_server

MIT License
12 stars 6 forks source link

Exception in conference extractor leads to abort of server #96

Open ascheman opened 5 years ago

ascheman commented 5 years ago

If for some reason the respective data extractor class for one conference runs into an RuntimeException the server aborts. The extractor loop (which loads all conferences) should become more robust and skip the problematic conference in this case.

srose commented 5 years ago

Will be resolved by separated processes: data transformation and serving data + some functions like feedback