Skip to content

Commit e745368

Browse files
committed
Fix monitor
1 parent fc58bbb commit e745368

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Choose your compute and storage engines from the table below:
2929
|| `Azure Container Apps <compute_config/azure_containers.html>`_ || `Redis <storage_config/redis.html>`_ |
3030
|| `Aliyun Function Compute <compute_config/aliyun_functions.html>`_ || `OpenStack Swift <storage_config/swift.html>`_ |
3131
|| `Oracle Functions <compute_config/oracle_functions.html>`_ || `Oracle Object Storage <storage_config/oracle_oss.html>`_ |
32-
|| `Kubernetes <compute_config/kubernetes.md>`_ || |
32+
|| `Kubernetes <compute_config/kubernetes.md>`_ || |
3333
|| `Knative <compute_config/knative.html>`_ || |
3434
|| `Singularity <compute_config/singularity.html>`_ || |
3535
|| `OpenWhisk <compute_config/openwhisk.html>`_ || |

lithops/monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def start(self, fs, job_id=None, chunksize=None, generate_tokens=False):
526526
self.monitor.start()
527527

528528
def is_alive(self):
529-
self.monitor.is_alive()
529+
return self.monitor.is_alive()
530530

531531
def remove(self, fs):
532532
if self.monitor and self.monitor.is_alive():

0 commit comments

Comments
 (0)