zitadel/internal/integration/config
Tim Möhlmann 77aa02a521
fix(projection): increase transaction duration (#8632)
# Which Problems Are Solved

Reduce the chance for projection dead-locks. Increasing or disabling the
projection transaction duration solved dead-locks in all reported cases.

# How the Problems Are Solved

Increase the default transaction duration to 1 minute.
Due to the high value it is functionally similar to disabling,
however it still provides a safety net for transaction that do freeze,
perhaps due to connection issues with the database.


# Additional Changes

- Integration test uses default.
- Technical advisory

# Additional Context

- Related to https://github.com/zitadel/zitadel/issues/8517

---------

Co-authored-by: Silvan <silvan.reusser@gmail.com>
2024-09-17 10:08:13 +00:00
..
client.yaml chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
cockroach.yaml add github action for integration tests 2023-04-25 18:11:04 +03:00
docker-compose.yaml chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
postgres.yaml chore(test): set connection lifetimes for postgresql (#8586) 2024-09-11 07:45:02 +00:00
steps.yaml chore(tests): use a coverage server binary (#8407) 2024-09-06 14:47:57 +02:00
system-user-key.pem feat: push telemetry (#6027) 2023-07-06 08:38:13 +02:00
zitadel.yaml fix(projection): increase transaction duration (#8632) 2024-09-17 10:08:13 +00:00