diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst index adeeaebe..273bb525 100644 --- a/docs/source/configuration.rst +++ b/docs/source/configuration.rst @@ -29,7 +29,7 @@ Choose your compute and storage engines from the table below: || `Azure Container Apps `_ || `Redis `_ | || `Aliyun Function Compute `_ || `OpenStack Swift `_ | || `Oracle Functions `_ || `Oracle Object Storage `_ | -|| `Kubernetes `_ || | +|| `Kubernetes `_ || | || `Knative `_ || | || `Singularity `_ || | || `OpenWhisk `_ || | diff --git a/lithops/monitor.py b/lithops/monitor.py index dd1a2f7f..ce68fa2b 100644 --- a/lithops/monitor.py +++ b/lithops/monitor.py @@ -526,7 +526,7 @@ def start(self, fs, job_id=None, chunksize=None, generate_tokens=False): self.monitor.start() def is_alive(self): - self.monitor.is_alive() + return self.monitor.is_alive() def remove(self, fs): if self.monitor and self.monitor.is_alive():