I have 2 questions related to the same topic.
- Executing a query to read DomInstances via code could sometimes take up some time.
Will this lookup block any other queries from executing, or will they run in parallel?
For example: 2 automation scripts each looking up different information in the same DomModule and DomDefinition. - Can the max time of the lookup be configured? This does not seem to be stopped when the automation script timeout has been reached.
Query timeout always seem to happen after 6min even when script timeout is set to 1min.
Thomas Ghysbrecht [SLC] [DevOps Enabler] Answered question 15th December 2023
Mieke,
Related to your first question, 'read' operations are indeed put on a queue (per module).
This has been changed very recently and the queue will be skipped starting from 10.4.2 (RN38023), which will speed up parallel reads on the same module.
Mieke Dryepondt [SLC] [DevOps Advocate] Selected answer as best 14th December 2023
Great! That really helps our use case.