# HG changeset patch # User Alain Mazy # Date 1721656536 -7200 # Node ID 843973a0fdfa8c50ffdff76aa2e639c3d63ac151 # Parent 13b1ff603b37ec58d38172ef25d2f60b2858a348 todo diff -r 13b1ff603b37 -r 843973a0fdfa TODO --- a/TODO Tue Jul 09 15:32:30 2024 +0200 +++ b/TODO Mon Jul 22 15:55:36 2024 +0200 @@ -41,6 +41,7 @@ https://discourse.orthanc-server.org/t/performance-issue-when-adding-a-lot-of-jobs-in-the-queue/3915/2 Note: that might also be the right time to have a central jobs registry when working with multiple Orthanc instances on the same DB. + Note: the json serialization of a job "content" can be very large -> compress it before saving it to DB ? * Right now, some Stable events never occurs (e.g. when Orthanc is restarted before the event is triggered). Since these events are used to e.g. generate dicom-web cache (or update it !), we should try to make sure these events always happen.