8000 Configurable transaction timeouts with categories · Issue #26889 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Configurable transaction timeouts with categories #26889
Open
0 of 1 issue completed
Open
0 of 1 issue completed
@stianst

Description

@stianst

Description

Keycloak currently sets the transaction timeout to 300 seconds. It is set at a large value to prevent migration of the database timing out.

There is no supported way to configure the transaction timeout, but it can be configured through quarkus.properties with quarkus.transaction-manager.default-transaction-timeout.

However, for Keycloak it makes little sense to have a single transaction timeout for everything and it should be possible to set different timeouts for:

  • Protocols (login/oidc/saml/etc)
  • Account API
  • Admin API
  • Migration/startup tasks

I'd imagine we should have something like:

Discussion

No response

Motivation

No response

Details

No response

Sub-issues

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0