melodic-mouse-8908
09/14/2022, 12:09 PMoauth2/token
endpoint. See the trace in attachment.
Did you already experience this type of issue?
Thx.melodic-mouse-8908
09/14/2022, 12:10 PMmagnificent-energy-493
magnificent-energy-493
future-memory-89542
09/16/2022, 6:33 AMoauth2/token
there is a call to the bcrypt
library which deliberately has an execution lag, defined by the bcrypt.workfactor
parameter (10 in our case). In our case the total call length is significantly shorter than yours though.gray-machine-46287
09/16/2022, 7:15 AM/oauth2/token
takes far longer, which the trace Nicolas shared above.
I imagine that it would be the same problem, we would see a large space in the traces at the beginning of the SQL statements.
But our traces seem to indicate that after the SQL calls something is happening 🤔
Could it be related to some network latencies maybe?