Oleg Avdeev

Results 17 issues of Oleg Avdeev

# Problem Several existing and upcoming Metaflow plugins run your code in containers. They all allow you to specify a custom container image, but each does it in a slightly...

There is a recurring problem with remote execution environments, where Metaflow task may request more resources that can be provisioned, and that causes task be stuck. These issues tend to...

(previously #744) There seems to be several places where we convert arguments to strings, I'm not 100% sure how they are all used. Need this for K8S as some parameters...

ok-to-test

If you look at [aiohttp docs](https://docs.aiohttp.org/en/stable/web_reference.html#response), body is supposed to be a binary, not string. It mostly works if you pass a string, however some auxiliary things break -- I've...

Makes things really unwieldly, for example if you create a traildb with a random name, you have to know that actual traildb filename is "random_name + `.tdb`". It also goes...

bug