1. 22 Sep, 2025 3 commits
    • Alfredo Di Napoli's avatar
      Switch HAL to use the jobs producer · 0d1d0886
      Alfredo Di Napoli authored
      This doesn't do much at the moment, because due to the fact the CorpusId
      would be empty, it means that each worker will immediately discard the
      message.
      0d1d0886
    • Alfredo Di Napoli's avatar
      Add FetchDocumentsHAL job type · 29aa887a
      Alfredo Di Napoli authored
      The idea is that API.get for the HAL case will produce
      a data producer which will submit a list of jobs where we will be
      fetching documents incrementally.
      29aa887a
    • Alfredo Di Napoli's avatar
      Introduce the DataProducer abstraction · 00c23c73
      Alfredo Di Napoli authored
      This commit refactors the codebase such that instead of passing a
      Conduit for the data fetched from the external APIs we have now a
      `DataProducer` which can eventually support splitting the fetching of
      data into multiple async jobs.
      00c23c73
  2. 18 Sep, 2025 4 commits
  3. 17 Sep, 2025 4 commits
  4. 16 Sep, 2025 2 commits
  5. 12 Sep, 2025 8 commits
  6. 11 Sep, 2025 4 commits
  7. 10 Sep, 2025 5 commits
  8. 09 Sep, 2025 1 commit
  9. 08 Sep, 2025 5 commits
  10. 05 Sep, 2025 1 commit
  11. 04 Sep, 2025 1 commit
  12. 03 Sep, 2025 2 commits