Loïc Mathieu

Results 163 issues of Loïc Mathieu

When reading an ION file using a MappingIterator, the first line is omitted. ```java // This file has 5 lines File testFile = resourceToFile("test.ion"); ObjectMapper objectMapper = JacksonUtils.createIonObjectMapper(); MappingIterator mappingIterator...

ion
has-failing-test

### Issue description As they can set defaults for more than just tasks but also trigger/condition/taskrunner. Or flow default as they can set default as plugins only in a Flow...

quick-win
technical-issue

### Explain the bug When you edit a flow in the split editor/topology few using the topology, for ex by adding a new task, you need to save the flow...

bug
frontend
quick-win

### Feature description Flows can use a state store by flow or namespace. This is very convenient to store state between two flow executions but there is no way to...

enhancement

This PR adds 3 metrics to the worker: - kestra_worker_job_thread: number of threads to process jobs - kestra_worker_job_pending: number of jobs pending to be process (waiting for a thread to...

### Feature description When Kestra cannot be started due to misconfiguration, en error like this one is displayed on the log: ``` D:\code\kestra> .\kestra-0.17.7.bat server standalone Exception in thread "main"...

enhancement
state/quick-win

### Describe the issue When you start a STANDALONE and a separate WORKER, if a job is sublitted by the WORKER and the WORKER exit, the STANDALONE will never select...

bug

### Feature description Which means emitting a Kill event to the trigger; it will be automatically restarted after that. I don't think "killing" is the term to be used even...

enhancement