Hey I have a ticket open for a feature, it's turne...
# ask-community
m
Hey I have a ticket open for a feature, it's turned into a bug on my side though, since my postgres password needs to rotate every hour, any job that isn't finished in an hour fails because dagster cannot write the logs to postgres anymore. Is there someone who want to pair/support on this? I just need someone to show me how to change the postgres config appropriately to support this, the remaining code I already have https://github.com/dagster-io/dagster/issues/13917
j
cc @Tim Castillo since you saw this issue come across the first time - did you ever look into who might have the knowledge to share on this one?
t
Hmm, I don't know who that'd be today, but ill bump it.
m
Thanks for looking into it, I can definitely support on the implementation side, I have some context on how to get an access token from Azure, and how to use the sqlalchemy event system to inject the access token at runtime, how to test it, the only part I am unsure about is where to put this code, how to configure it