mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 19:07:30 +00:00
fix(crdb): obtain latest sequences when the tx is retried (#7795)
This commit is contained in:
@@ -296,7 +296,7 @@ func (c *Commands) asyncPush(ctx context.Context, cmds ...eventstore.Command) {
|
||||
_, err := c.eventstore.Push(localCtx, cmds...)
|
||||
if err != nil {
|
||||
for _, cmd := range cmds {
|
||||
logging.WithError(err).Errorf("could not push event %q", cmd.Type())
|
||||
logging.WithError(err).Warnf("could not push event %q", cmd.Type())
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user