You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lombard send full payload if attestation is disabled. It can be enabled
by redeploying token pools and synchronizing this between chains.
If mistake took place and we got a message with full payload while
attestation is enabled onchain at Lombard side, message will be
available for manual exec
When using Postgresql as a database, we see that despite very low activity, new connections keep getting opened and are left idle.
I see that open connections are already limited for Sqlite:
chainlink/core/store/dbutil/dbutil.go
Line 43 in 12a0352
I see a couple of options here:
SetMaxIdleCons
for Postgres (some discussion here https://github.com/jinzhu/gorm/issues/246)The text was updated successfully, but these errors were encountered: