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. 22 May, 2023 1 commit
  6. 26 Apr, 2023 1 commit
  7. 20 Apr, 2023 2 commits
  8. 19 Apr, 2023 1 commit
  9. 14 Apr, 2023 1 commit
  10. 13 Apr, 2023 1 commit
  11. 06 Apr, 2023 2 commits
  12. 27 Mar, 2023 8 commits
  13. 23 Mar, 2023 1 commit
  14. 16 Mar, 2023 1 commit
  15. 03 Mar, 2023 1 commit
  16. 09 Feb, 2023 1 commit
  17. 25 Jan, 2023 1 commit
  18. 03 Jan, 2023 1 commit
  19. 27 Dec, 2022 1 commit
  20. 19 Oct, 2022 1 commit
  21. 18 Oct, 2022 1 commit
  22. 17 Oct, 2022 1 commit
  23. 05 Sep, 2022 1 commit
  24. 22 Mar, 2022 1 commit
  25. 09 Mar, 2022 1 commit
  26. 31 Jan, 2022 2 commits
  27. 28 Jan, 2022 2 commits