Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added stopping of docker containers when ExApp is disabling. Timeout …
…of enable/disable increased to 60. (#430) If ExApp is resource-heavy, stopping it now does not always free up resources (only if it is implemented in ExApp itself, which is quite rare) That is why we add this PR to turn off the docker container when clicking the "disable" button on ExApp. With "manual installation" - nothing changes, we have nothing to turn off and this is not supported. Also, the timeout for a request to ExApp to turn on/off has been raised from **30 seconds to 60 seconds**, which is still acceptable for UI so as not to seem slow; Resolves: #410 Signed-off-by: Alexander Piskun <[email protected]>
- Loading branch information