mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
A customer using GitHub in Australia reported that validating immediately after refreshing the token would intermittently fail with a 401. Waiting a few milliseconds with the exact same token on the exact same request would resolve the issue. It seems likely that the write is not propagating to the read replica in time.