You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.
Currently, we are using one ajax call to trigger a release and then waiting for the sync process to finish.
On large scale (~15 pods) it can take some time, big enough so that the browser is stopping the request (the release is executing successfully).
We should implement socket instead of HTTP.
The text was updated successfully, but these errors were encountered:
Currently, we are using one ajax call to trigger a release and then waiting for the sync process to finish.
On large scale (~15 pods) it can take some time, big enough so that the browser is stopping the request (the release is executing successfully).
We should implement socket instead of HTTP.
The text was updated successfully, but these errors were encountered: