Loïc Mathieu

Results 232 comments of Loïc Mathieu

Core task renaming: - io.kestra.core.models.conditions.types.* -> io.kestra.plugin.core.condition.* - io.kestra.core.models.triggers.types.* -> io.kestra.plugin.core.trigger.* - io.kestra.core.models.tasks.runners.types.* -> io.kestra.plugin.core.runner.* - io.kestra.core.tasks.*.* -> io.kestra.plugin.core.*.* (note the 2 * because tasks have subgroup)

Hi, Docker `memory` is a limit to the memory that a container can be used. Event `memory-reservation` is a soft limit not a real reservation. When you ask docker to...

OK, let's close this one then. Thanks for your feedback.

Does it work? I think it has something to do with file write access on some Docker installation so it can be ignored.

I checked and this is caused by the container being run as root. I can lower the message from ERROR to WARNING. By the way, the same issue occurs for...

Unfortunately this is when creating the cache file so caching will not work. The file has been created as root so it cannot be run with the user running Kestra.

@anna-geller I made a small adjustement by ignoring directories and files that cannot be read (like executables) and I can make it works. I'm not sure but depending on the...

@anna-geller did you had a change to have a look at this? Can we close it?

> I only don't understand the second line here "Cache files changed, we update the cache" You didn't change anything, but the pip install changed it (the same goes for...