Loïc Mathieu

Results 194 issues of Loïc Mathieu

**Description** Provides performance optimized read only transactions inside Hibernate ORM. Some discussions about it has been made on #2997 and #6095. **Implementation ideas** We can add a readOnly attribute to...

kind/enhancement
area/hibernate-orm

#9555 Do not merge now, the breaking change must be discussed first.

kind/breaking-change
kind/do-not-merge

### Feature description This would be needed to be able to detect incompatible update at some point. For example, with 0.23 we add a migration script for tenantId. We will...

area/backend
enhancement

When inside the execution queue, we have process the execution, if the state of the execution change, send an ExecutionChangeMEssage. Inside the Executor, process this new message end do all...

## Before 10 exec/s => 300ms 25 exec/s => 550ms 50 exec/s => 17s ## After 10 exec/s => 250ms 25 exec/s => 500ms 50 exec/s => 6s ## This...

## Before 10 exec/s => 300ms 25 exec/s => 550ms 50 exec/s => 17s ## After 10 exec/s => 200ms 25 exec/s => 300ms 50 exec/s => 14s ## This...

This is a prototype not intended to be ship as is. This is a PoC for a Webhook that will wait for an execution termination an returns it. **WARNING:** the...

kind/do-not-merge

The table is queried for update by the executor to list the WorkerJobs that was running in a Worker that is now dead. As we delete records from this table...

### Feature description Triggers can be locked by an execution. In some unexpected situation, there can be a lot of triggers locked that may create instabilities in the instance. We...

area/backend
enhancement
kind/quick-win

### Describe the issue You cannot execute a flow named `pause`. Try for example to create the following flow and execute it: ``` yaml id: pause namespace: company.team tasks: -...

bug
area/backend