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
instance B refreshes the token, stores it back to S3
later, instance A also refreshes the token, and writes it back as well, thereby overwriting a perfectly valid token stored by instance B
Instead, instance A should check that the Last-Modified value of the stored token is still the one it has seen when loading in T1. At least, it should internally store the new Last-Modified value, to compare it again when the next refresh happens.
The text was updated successfully, but these errors were encountered:
Current situation:
Instead, instance A should check that the
Last-Modified
value of the stored token is still the one it has seen when loading in T1. At least, it should internally store the newLast-Modified
value, to compare it again when the next refresh happens.The text was updated successfully, but these errors were encountered: