cmr-exchange / dev-env-manager

An Alternate Development Environment Manager for the CMR
Apache License 2.0
0 stars 1 forks source link

Figure out how to extend Lifecycle to add a health check #27

Closed oubiwann closed 6 years ago

oubiwann commented 6 years ago

There are probably several ways to do this, but I settled on the approach of using extend directly, and thus declaring behaviours (method maps) explicitly. I've got a prototype in place for DockerRunner, but this will require updating other services to split things out, too (i.e., no in-line protocol/record implementations).

oubiwann commented 6 years ago

Figured out in:

oubiwann commented 6 years ago

Updated other services to use the new lifecycle approach here: