You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, pfdcm's state is held in-memory, but there are multiple Python processes spawned off by the base image's configuration of gunicorn, each with their own "in-memory database." A different process is handling each response.
pfdcm occasionally "forgets" its registered PACSservices. I am running a script to observe this issue.
Here's the actual output:
Expected: every line should have all three of
["default","orthanc","PACSDCM"]
About 27% failure rate.
The text was updated successfully, but these errors were encountered: