changeset 6006:318f3234e9ed

merge
author Alain Mazy <am@orthanc.team>
date Tue, 18 Feb 2025 17:35:27 +0100
parents 5e3a5c473b6c (diff) 4d8b047aec43 (current diff)
children 5d6ad702fa67 1ddeb38049ea
files
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Tue Feb 18 16:15:29 2025 +0100
+++ b/TODO	Tue Feb 18 17:35:27 2025 +0100
@@ -57,6 +57,8 @@
   - Also consider the use case of an Orthanc cluster that is being scaled-down just after one Orthanc instance
     has received a few instances -> we can not only check for missing stable events at startup since no Orthanc will start.  
     We would need to maintain the list of "unstable" resources in DB instead of memory only.
+  - Also check the PG plugin and its new table InvalidChildCounts, with a timestamp there, we can detect for
+    how long a study has not been modified !
 * In prometheus metrics, implement Histograms or Exponential Histograms to measure durations.  Right now, we only provide
   "average" durations that are not very relevant
   (https://opentelemetry.io/docs/specs/otel/metrics/data-model/#histogram)
@@ -204,6 +206,8 @@
 * Log outgoing C-Find queries
 * Support other Transfer Syntaxes in the Worklist plugin:
   https://discourse.orthanc-server.org/t/could-you-please-create-an-option-to-set-the-transfer-syntax-in-the-worklist-plugin-currently-little-endian-explicit-is-fixed/4871
+* Compile DCMTK with ZLib support: https://discourse.orthanc-server.org/t/transcoding-to-deflated-transfer-syntax-fails/5489/7
+
 
 ---------
 Long-term