Mercurial > hg > orthanc
changeset 5727:843973a0fdfa
todo
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 22 Jul 2024 15:55:36 +0200 |
parents | 13b1ff603b37 |
children | 4acad0637cc6 bdbaccc06e98 |
files | TODO |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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.