Implement polling when some of the deployments are in running state
In order to provide an up to date view of the deployments state we should implement polling functionality for environment details page.
When one of the deployments on the page is in the state that may be updated in future (running, scheduled, anything else?) we should utilise GraphQL polling feature to periodically fetch an updated data.
Edited by Andrei Zubov