Replies: 1 comment 4 replies
-
@Palollo : You may choose to Queue the rejection |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Rejecting a study takes several minutes. It seems a query is sent to the database for mark every image ("instance") of every series of every study...
¿May it be optimized with only one query for all?
If not, then I suggest:
Currently there is some timeout and the client (browser) receives an error:
but the process in the server is still running (task-307 in this example). And the user tends to do the rejection again and it makes the process even slower because of duplicated tasks which additionally seems not well managed because some errors appearing in the log (task-300 is the new):
Beta Was this translation helpful? Give feedback.
All reactions