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
Devcontainers will rely on agents running on each devcontainer and will be connected to the parent agent - running on the workspace.
An advantage of this solution is that we will be able to have more visibility on the devcontainer lifecycle - and so on when to refresh the coder_app applications.
Flow
devcontainer_agent --contact on start--> coderd
coderd --request associated coder_app--> workspace_agent
workspace_agent --returns apps from devcontainers.json--> coderd
The text was updated successfully, but these errors were encountered:
Description
Devcontainers will rely on agents running on each devcontainer and will be connected to the parent agent - running on the workspace.
An advantage of this solution is that we will be able to have more visibility on the devcontainer lifecycle - and so on when to refresh the coder_app applications.
Flow
devcontainer_agent --contact on start--> coderd
coderd --request associated coder_app--> workspace_agent
workspace_agent --returns apps from devcontainers.json--> coderd
The text was updated successfully, but these errors were encountered: