nandlabs / golly

golly is a open source library for go
https://golly.nandlabs.io
MIT License
19 stars 2 forks source link

[FEATURE] LifecycleManager functions needs time out #61

Open nandagopalan opened 2 months ago

nandagopalan commented 2 months ago

Currently, the lifcycle manager functions do not have a time out specified for the lifcycle actions lile start, startAll, stop, stopAll

we should have a a timeout parameter that can be supplied by the applications to these functions..

nandagopalan commented 2 months ago

@neo7337 any thoughts ?

neo7337 commented 2 months ago

yeah timeout would be a required feature