Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Wildfly - increase Transaction timeout to 15 min #489

Closed
rsoika opened this issue Mar 11, 2022 · 0 comments
Closed

Docker Wildfly - increase Transaction timeout to 15 min #489

rsoika opened this issue Mar 11, 2022 · 0 comments

Comments

@rsoika
Copy link
Member

rsoika commented Mar 11, 2022

We need to increase the transaction timeout for officeworkflow from 5 to 15 minutes

    <subsystem xmlns="urn:jboss:domain:transactions:6.0">
        <core-environment node-identifier="${jboss.tx.node.id:1}">
            <process-id>
                <uuid/>
            </process-id>
        </core-environment>
        <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
        <!-- set transaction timeout from 5min to 15min -->
        <coordinator-environment default-timeout="900" statistics-enabled="${wildfly.transactions.statistics-enabled:${wildfly.statistics-enabled:false}}"/>
        <object-store path="tx-object-store" relative-to="jboss.server.data.dir"/>
    </subsystem>
@rsoika rsoika added this to the 4.5.2 milestone Mar 11, 2022
rsoika added a commit that referenced this issue Mar 11, 2022
@rsoika rsoika added the testing label Mar 24, 2022
@rsoika rsoika closed this as completed Apr 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant