-
|
When running emba against different software, some times a module runs for a very long time (or even hang - not 100% sure). Is there a way to stop the long running modules in middle by setting maximum running time and let the overall process to complete ? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
The danger of such a quick implementation is to leave the modules in a inconsistent state which will cause massive issues. As such a feature needs quite huge refactoring on every module it is currently not possible to limit the modules by time. If a module is really hanging we need to dig into this case to fix it. Please open an issue with a reproducable test case. So, we can do a root cause analysis on this problem. |
Beta Was this translation helpful? Give feedback.
The danger of such a quick implementation is to leave the modules in a inconsistent state which will cause massive issues. As such a feature needs quite huge refactoring on every module it is currently not possible to limit the modules by time. If a module is really hanging we need to dig into this case to fix it. Please open an issue with a reproducable test case. So, we can do a root cause analysis on this problem.