We’re using the Python Platform SDK for a long-running batch job. I assumed the SDK handles token refresh automatically, but we’re seeing 401s after an hour. I’m currently wrapping calls in a try/except block to manually refresh if access_token expires. Is there a built-in mechanism I’m missing, or do we have to manage the lifecycle ourselves? Here’s the current pattern: