When storing new tokens in postgresql the following error may happen on concurrent requests.
Hint: The transaction might succeed if retried.; nested exception is org.postgresql.util.PSQLException:
ERROR: could not serialize access due to read/write dependencies among transactions
When storing new tokens in postgresql the following error may happen on concurrent requests.