1. 21 Aug, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Fix the 'happiness' bug · 0ce35337
      Alfredo Di Napoli authored
      Fixes #258
      
      This commit fixes the issue of the "empty Ngrams". The culprit was a bug
      in the `arxiv-api` package, which was fixed by:
      
      gargantext/crawlers/arxiv-api!2 (commits)
      
      In a nutshell, due to the fact the relevant `Conduit` was never
      completing, it was blocking the `flow` function, which was endlessly
      waiting for the last part of the results to arrive.
      
      Hence we were never calling the `flowCorpusUser`, which is the function
      responsible for generating the Ngrams.
      0ce35337
  2. 17 Jul, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Move threadDelay for gcThread at the beginning · 8664117b
      Alfredo Di Napoli authored
      This commit moves the `threadDelay` present in the `gcThread` function
      at the beginning of the `go` aux rather than at the end. This has the
      effect that the first GC happens _after_ the delay time and not
      immediately, which might make some tests unpredictable if we get unlucky
      and some job ids are removed from the underlying map before we can
      inspect their state.
      8664117b
  3. 10 Jul, 2023 1 commit
  4. 20 Jun, 2023 3 commits
  5. 26 Apr, 2023 1 commit
  6. 19 Apr, 2023 1 commit
  7. 13 Apr, 2023 1 commit
  8. 06 Apr, 2023 2 commits
  9. 27 Mar, 2023 7 commits
  10. 25 Jan, 2023 1 commit
  11. 27 Dec, 2022 1 commit
  12. 19 Oct, 2022 1 commit
  13. 18 Oct, 2022 1 commit
  14. 17 Oct, 2022 1 commit