Loïc Mathieu

Results 163 issues of Loïc Mathieu

### Explain the bug When you have a flowable that generates multiple tasks, if a worker is restarted while it handles a task, the flowable will be restarted, if not...

bug

### Explain the bug When editing a flow, there is too much call to the validation endpoint. When adding a simple task like the following, using autocompletion, 6 failed validation...

bug

### Feature description Provides a `kubernetes` script runner for task running inside Kubernetes. This would avoid using the Kestra pod memory and allow easier task container scheduling on Kuibernetes (at...

enhancement
customer-request

### Issue description We create a lot of indices on the PostgreSQL queues table. This table is the most queried one and the most updated. It has several indices, we...

area/backend
enhancement
kind/cooldown

Provides Firebase Admin services

Provides dev services support for Google Cloud Spanner

### Expected Behavior We ca upload files of anysize when using [MultipartBody](https://docs.micronaut.io/4.3.12/api/io/micronaut/http/server/multipart/MultipartBody.html) ### Actual Behaviour I have an endpoint that can handle multipart request with multiple parts of unknown names,...

type: bug
status: example attached

### Expected Behavior No memory leak. ### Actual Behaviour Heap histograms show a potential memory leak. The following part of the heap histograms are relevant: ``` 1: 57108507 1370604168 io.micronaut.core.execution.DelayedExecutionFlowImpl$Map...

type: bug
status: awaiting feedback

### Expected Behavior Temporary files created by file upload should be deleted on Windows ### Actual Behaviour On Windows 10 (it works fine on Linux), the temporary file created by...

### Expected Behavior No warning is displayed ### Actual Behaviour There is a warning `Can't create array of wildcard` with a big stacktrace when compiling a Micronaut application. ``` warning:...