Running metabase in docker and having problems with updating snowflake credentials

I'm running 3 metabase containers in AWS ECS with external postgresql as a database so there is no H2 database created locally.

I'm using metabase with snowflake and recently we updated credentials for snowflake and it looks like there is some cache for that data as we started to get this error:

net.snowflake.client.jdbc.SnowflakeSQLException: User temporarily locked. Try again later, or contact your local system administrator.

It looks like the credentials were updated on container that this was running but other containers still had the old credentials.
Any tips on handling this ? Or maybe it's just a bug I should report ?

Hi @after.design
You're seeing this issue:
https://github.com/metabase/metabase/issues/14906 - upvote by clicking :+1: on the first post