Loïc Mathieu

Results 190 comments of Loïc Mathieu

@gitmonster thanks for the additional feedback, the issue seems to be that the Docker runner is unable to create the input files in the temporary folder. Now that we narrow...

@gitmonster I understood that, but unless you can give me the steps to setup the same env you use (with Docker Swarm if I understand it), the only easy way...

@gitmonster on which OS exactly? You originally reported it on Windows with WSL, and we are able to confirm it didn't work on Windows,. If it also occurs on a...

Hi @gitmonster Can you try using a different image than the default one: ```yaml id: "script_in_venv" namespace: "myteam" tasks: - id: bash type: io.kestra.plugin.scripts.python.Commands docker: image: python inputFiles: main.py: |...

Good task candidate: https://github.com/kestra-io/plugin-serdes/issues/102

Result for the serdes plugin: https://github.com/kestra-io/plugin-serdes/pull/105

You can already access the thread pool size, for ex using the JDBC runner you will have these information: ``` # HELP executor_active_threads The approximate number of threads that are...

To provide metrics for RUNNING/CREATED executions we would need to query the database each time the metrics endpoint is called by the external metric system. Depending on the metric system...

This only happens in Windows and seems to be an issue with MicronautHttpData that cannot delete the temporary file used for file upload. When a file is uploaded in a...

I created an issue upstream: https://github.com/micronaut-projects/micronaut-core/issues/10678