adobe / aquarium-fish

Your best secure distributed heterogeneous dynamic compute resource manager for CI
Other
7 stars 2 forks source link

Add resource timeout in label definition #28

Closed sparshev closed 1 year ago

sparshev commented 1 year ago

Right now there is no way to limit the resource lifetime and if deallocate request is not getting through the resource could live forever. It's not great so we should have a mechanism of limiting the lifetime of the resource.

The affected resource should be destroyed by timeout reason when timeout is exceeded. If timeout is not set - allow the resource to exist forever.