You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQL Error: 1062, SQLState: 23000 has been caught several times during updating flow (patch). The update operation has been successfully executed(Successful update of the flow).
These issue happen because we have chained operations: in this case Patch can invoke Update. Both operations want to create their own event and the second fails. Actions from both operations are saved under the first event. We introduced a mechanism of skipping the second event creation, but seems like we didn't cover all cases. In any case, I suggest to change the way we create events to resolve all kinds of these issues.
Related issues:
SQL Error: 1062, SQLState: 23000 has been caught several times during updating flow (patch). The update operation has been successfully executed(
Successful update of the flow
).Details:
Data: Mar 4, 2024
f821e2ba-d259-4121-96d0-dbf18596dc30 : fn-tests-e9b545ef-326f-4be3-82b9-5e870cc23f89
Cor id:
The text was updated successfully, but these errors were encountered: