lithops-cloud / lithops

A multi-cloud framework for big data analytics and embarrassingly parallel jobs, that provides an universal API for building parallel applications in the cloud ☁️🚀
http://lithops.cloud
Apache License 2.0
317 stars 105 forks source link

Incorrect formatting in log message when calling `wait` with `ANY_COMPLETED` #1108

Closed tomwhite closed 1 year ago

tomwhite commented 1 year ago

The message I'm seeing is

INFO:lithops.wait:ExecutorID 509a77-0 - Waiting for -1% of 100 function activations to complete

It would be better if it read "Waiting for any of 100 function activations to complete".

tomwhite commented 1 year ago

Thank you for fixing this @JosepSampe!