google-compute-engine-plugin
google-compute-engine-plugin copied to clipboard
Link a running worker to the instance config that created it
After a worker has been created, it's not obvious which specific instance configuration created it. On create, we should either set the instance config as a property of the worker (via the Instance or Computer class), or consider giving each instance config a guid when it is created and setting that guid on the GCE instance metadata for the worker when it is created.
See parent issue