As the title says: how can I set a timeout for liquibase changesets? I need this to ensure that an oversight in a changeset cannot suddenly bring the production environment to a halt.
Asked
Active
Viewed 2,506 times
0
-
1What timeout do you want to specify? To limit max duration of changeset execution? – dbf Mar 10 '17 at 06:31
1 Answers
0
You can set timeout at jdbc-driver level using property (for example, see Setting Network Timeout for JDBC connection) and pass it using -D variable or with property-file to liquibase.