Loïc Mathieu
Loïc Mathieu
I'm OK with "Force Run", not "Force Resume" as resume implies pause.
- We can now "unqueu" an execution - We can now "force run" an execution (but it's always a bad idea) - We can now configure what to do when...
We must have payload size protection, it's mandatory to have some limit or t would be very easy to make Kestra webserver crash as a payload is loaded into memory...
@n0obHere without any reproducer we cannot work on this issue, can you provide a flow and a webhook request? If you're using Postman you can export a request as a...
@n0obHere great, we'll have a look later when you provide the reproducer.
I can reproduce the issue, this is caused by the `X-Lago-Signature` header being too long. The default max size is 8k, you can increse it inside the Kestra configuration file:...
We will upgrade it to 32k on the next bugfix release.
This is tricky, 413 is correctly returned but after the input / webhook has been consumed as we cannot reliability knows the size upfront if the HTTP client that send...
This is more complex that it appears, today we only check dependent flow triggers when a flow execution ends, so it's not mandatory to add an ExecutionStatusCondition as the flow...
The issue with Kotlin is the size of the compiler that you have to include as lib...