[Ngrams Table] Front and Back implemented (but need next step for optimization and...
[gargantext.git] / src / Gargantext / API / Orchestrator.hs
index 2618b7330496378c5f6d5afc56af7bcc2c767174..335b8443abb71da71d09b3db1dd66f421cd9b111 100644 (file)
@@ -64,7 +64,7 @@ pipeline :: FromJSON e => URL -> ClientEnv -> ScraperInput
                        -> (e -> IO ()) -> IO ScraperStatus
 pipeline scrapyurl client_env input log_status = do
   e <- runJobMLog client_env log_status $ callScraper scrapyurl input
-  either (panic . cs . show) pure e
+  either (panic . cs . show) pure e -- TODO throwError
 
 scrapyOrchestrator :: Env -> IO (Server (WithCallbacks ScraperAPI))
 scrapyOrchestrator env = do