Issue: maxPoolSize cannot be less than 1 #2479
-
Hi Team, We have implemented workflow for one of our feature. Our current version is 1.9.1 now I am trying to update to 2.31.5 but I am facing below issue in conductor-server.
Could you please help? Any suggestion what should I check in this case as it is impacting our functionality. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
If you are upgrading, we recommend that you upgrade to For this particular issue, |
Beta Was this translation helpful? Give feedback.
If you are upgrading, we recommend that you upgrade to
3.x
directly as that is the latest supported version.2.31
is supported now but will be deprecated by the end of the year.For this particular issue,
2.31.x
and3.x
require a value greater than 0 for this propertyconductor.mysql.connection.pool.size.max
.