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
Request a refresh which does the dependency resolution refresh and returns a deployment request ID
Poll for response until succeed or until a certain timeout.
Refresh request will still have stream response
Dependency resolution logs
Deployment request ID
There will be deployment workers that will run priority resolution, compilation, deployment asynchronously.
This will be managed by the deployment manager.
A project can only be deployed one at a time.
Deployment manager will check if the previous event with the same request is available or not.
If a similar request is not there in the queue, will create a new deployment request and return the deployment request ID.
If the similar request is already there in the queue, will not push the event. Deployment manager will return the existing deployment request ID.
Deployment requests should be persisted.
Should be able to update deployment status if it has been finished.
Will need a new RPC to get deployment status. Or we can consider to have a single RPC to check long running status that can be used by backup, replay, refresh, and deployments.
As per RFC let's make the refresh api asynchronous.
Scenarios
optimus job refresh
The text was updated successfully, but these errors were encountered: