We have a parameter that has setter="true" and no QActions linked to it.
From time to time we see that it can take very long before a set is reflected in the read param after setting the write param.
What can cause such delays?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 7th July 2023
Hi Michiel,
A possible root cause is when you try to set the parameter and a QAction is busy. Then the set will be delayed until the QAction is finished.
Michiel Saelen [SLC] [DevOps Enabler] Posted new comment 16th February 2023
Thanks for your input Jens, would poll actions also block this (e.g. serial or SNMP polling)?