Loïc Mathieu
Loïc Mathieu
### Issue description On the documentation, it is written that the default internal storage configuration uses the local implementation, see https://kestra.io/docs/administrator-guide/configuration/storage But it's not true, there is no default for...
This PR will dispatch the evaluation of realtime triggers to a virtual thread pool. To protect against too many triggers running, it can be limited when launching the Worker via...
Avoid mutating the WorkerTask inside the worker, thanks to that we can avoid serialization/deserialization steps for cleanup transient that can eat up more than 15% of CPU time in the...
### Describe the issue A recent feedback was received that, when using MinIO as internal storage, a ForEachItem that creates 10k subflow executions takes more than 10 minutes to split...
This allows to avoid having to do it when we put the file. On a contrived example, when using ForEachItem with 1000 subflows, which means 1000 files uploaded by the...
### Describe the issue When trying to execute a flow with a FILE input using a large file (4MB for ex), it fails with an error `java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking,...
### Describe the issue Create a flow, empty the editor => the validation endpoint is called and fail because the flow source is empty. ### Environment - Kestra Version: 0.20.0-SNAPSHOT...