• 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
Name
Last commit
Last update
bin Loading commit data...
devops Loading commit data...
docs Loading commit data...
ekg-assets Loading commit data...
nix Loading commit data...
src Loading commit data...
src-doctest Loading commit data...
test Loading commit data...
test-data Loading commit data...
.clippy.dhall Loading commit data...
.envrc Loading commit data...
.gitignore Loading commit data...
.gitlab-ci.yml Loading commit data...
CHANGELOG.md Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
cabal.project Loading commit data...
cabal.project.freeze Loading commit data...
gargantext.cabal Loading commit data...
gargantext.ini_toModify Loading commit data...
package.yaml Loading commit data...
run Loading commit data...
server Loading commit data...
shell.nix Loading commit data...
stack.yaml Loading commit data...
start Loading commit data...
weeder.dhall Loading commit data...