1. 21 Aug, 2023 1 commit
  2. 28 Jul, 2023 4 commits
  3. 27 Jul, 2023 6 commits
  4. 26 Jul, 2023 4 commits
  5. 25 Jul, 2023 3 commits
  6. 24 Jul, 2023 15 commits
  7. 20 Jul, 2023 3 commits
  8. 19 Jul, 2023 2 commits
  9. 17 Jul, 2023 2 commits
    • Alfredo Di Napoli's avatar
      Remove package.yaml · 6873a34f
      Alfredo Di Napoli authored
      6873a34f
    • 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