Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Merge requests
!127
Documenting future products
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Documenting future products
documenting-future-products
into
main
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Daniel Lyons
requested to merge
documenting-future-products
into
main
4 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
eda6f1fa
Show latest version
1 file
+
15
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
eda6f1fa
Thinking more about future products
· eda6f1fa
Daniel Lyons
authored
4 years ago
shared/workspaces/workspaces/ARCHITECTURE.md
+
15
−
0
Options
@@ -104,3 +104,18 @@ external-execution-block-id future product; it begins life unresolved.
5.
The capability system receives the event and matches to the request in the AWAIT PRODUCT state. The step is now
complete and the engine advances the request to the next step.
## Notes from call with Nathan
-
Capability Request could have type Filesystem -> Filesystem
-
Future Product system could become Product system, adopt responsibility for running the data fetcher or doing copy
from earlier request to follow-on request
-
How do we deal with capabilities that do not need files retrieved? They don't have AWAIT PRODUCT at the outset
-
How do we deal with capabilities that ingest or are otherwise final? They still have a working directory at their
conclusion which can be used as an input to the next request
-
TODO How do we handle requests that need to fetch multiple things before executing? Restores, for instance,
need to retrieve the data AND retrieve the calibration tables? Open question.
-
Multiple AWAIT PRODUCTs? Or Product System is parameterized by a list of products?
-
What about follow-ons that also need to request data? Think CIPL -> image
Loading