Sometimes resources have additional data written to them after they become ready.
With the use of the -cluster-access flag it is possible to load in data from our resources and reuse it. However to reuse the data server side generated data like Service IP-Addresses, and other fields, we would need to manually run multiple passes.
The proposed feature is to add this feature the yoke cli:
yoke takeoff -cluster-access -wait=5m -multipass=5 foo main.wasm
This would run the takeoff, wait for resource readiness and then rerun the takeoff, allowing the loading of server-generated values.
TBD:
- Is this a useful feature to add to Airways or does FixDriftInterval cover this?
Sometimes resources have additional data written to them after they become ready.
With the use of the
-cluster-accessflag it is possible to load in data from our resources and reuse it. However to reuse the data server side generated data like Service IP-Addresses, and other fields, we would need to manually run multiple passes.The proposed feature is to add this feature the yoke cli:
This would run the takeoff, wait for resource readiness and then rerun the takeoff, allowing the loading of server-generated values.
TBD: