]> Git — Sourcephile - gargantext.git/commit
Pass a JobHandle to the serveJobsAPI continuation
authorAlfredo Di Napoli <alfredo@well-typed.com>
Mon, 13 Mar 2023 11:17:38 +0000 (12:17 +0100)
committerAlfredo Di Napoli <alfredo@well-typed.com>
Mon, 27 Mar 2023 05:48:09 +0000 (07:48 +0200)
commit29418bb5443bfa9d3e9deeb1fc0c34234140c3a8
tree67bb280628453350d806f01b7aa70f839ea2ba34
parentaf381f0a703182236c048635d461d8eb340a5b0d
Pass a JobHandle to the serveJobsAPI continuation
19 files changed:
src/Gargantext/API/Admin/Auth.hs
src/Gargantext/API/Admin/EnvTypes.hs
src/Gargantext/API/Ngrams.hs
src/Gargantext/API/Ngrams/List.hs
src/Gargantext/API/Node/Contact.hs
src/Gargantext/API/Node/DocumentUpload.hs
src/Gargantext/API/Node/DocumentsFromWriteNodes.hs
src/Gargantext/API/Node/File.hs
src/Gargantext/API/Node/FrameCalcUpload.hs
src/Gargantext/API/Node/New.hs
src/Gargantext/API/Node/Update.hs
src/Gargantext/API/Routes.hs
src/Gargantext/Core/Viz/Graph/API.hs
src/Gargantext/Utils/Jobs.hs
src/Gargantext/Utils/Jobs/Internal.hs
src/Gargantext/Utils/Jobs/Map.hs
src/Gargantext/Utils/Jobs/Monad.hs
src/Gargantext/Utils/Jobs/State.hs
tests/queue/Main.hs