Open stefpiatek opened 1 week ago
orthanc-anon
into background threads using a ThreadPoolExecutor
with the number of workers set to PIXL_MAX_MESSAGES_IN_FLIGHT
. So hopefully we're not blocking the main thread anymore, and the ThreadPoolExecutor
will handle the queuing to ensure only 5 studies are de-identified at any time.But let's leave the issue open in case we're still having these problems.
What happened?
orthanc-anon
to import fromraw
doesn't seem to block, so there are multiple requests to CMOVE all concurrentlyorhtanc-anon
to crashRelevant log output (optional)
No response
What did you expect? (optional)
orthanc-raw
will not be blocking so that may solve this, if not then I expect the plugin listed in #507 will resolve this