Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Choose your compute and storage engines from the table below:
|| `Azure Container Apps <compute_config/azure_containers.html>`_ || `Redis <storage_config/redis.html>`_ |
|| `Aliyun Function Compute <compute_config/aliyun_functions.html>`_ || `OpenStack Swift <storage_config/swift.html>`_ |
|| `Oracle Functions <compute_config/oracle_functions.html>`_ || `Oracle Object Storage <storage_config/oracle_oss.html>`_ |
|| `Kubernetes <compute_config/kubernetes.md>`_ || |
|| `Kubernetes <compute_config/kubernetes.md>`_ || |
|| `Knative <compute_config/knative.html>`_ || |
|| `Singularity <compute_config/singularity.html>`_ || |
|| `OpenWhisk <compute_config/openwhisk.html>`_ || |
Expand Down
2 changes: 1 addition & 1 deletion lithops/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down